HSL(199, 50%, 49%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,50%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 50%, 49%) | color: hsl(199, 50%, 49%) | |
| HEX | #3E94BB | color: #3E94BB | |
| RGB | rgb(62, 148, 187) | color: rgb(62, 148, 187) | |
| CMYK | cmyk(67%, 21%, 0%, 27%) | — | |
| HSV | hsv(199, 67%, 73%) | — | |
| HWB | hwb(199 24% 27%) | color: hwb(199 24% 27%) | |
| OKLCH | oklch(0.6308 0.1004 231.03) | color: oklch(0.6308 0.1004 231.03) | |
| Lab | lab(57.84 -13.41 -27.86) | color: lab(57.84 -13.41 -27.86) | |
| LCH | lch(57.84 30.92 244.3) | color: lch(57.84 30.92 244.3) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#6364B2 — rgb(99, 100, 178)
Deuteranopia (Green-blind)
#5E58AF — rgb(94, 88, 175)
Tritanopia (Blue-blind)
#42AAA8 — rgb(66, 170, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 50%, 49%);
text
color: hsl(199, 50%, 49%);
border
border: 2px solid hsl(199, 50%, 49%);
gradient light
background: linear-gradient(to right, hsl(199, 50%, 69%), hsl(199, 50%, 49%));
gradient dark
background: linear-gradient(to right, hsl(199, 50%, 49%), hsl(199, 50%, 29%))
hex
background-color: #3E94BB;
tailwind
bg-[hsl(199,50%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 50%, 49%, 0.4);
css variable
--color-primary: hsl(199, 50%, 49%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 50%, 49%)?
HEX: #3E94BB | RGB: rgb(62, 148, 187) | CMYK: 67%, 21%, 0%, 27% | HSV: 199°, 67%, 73%. Copy any format from the conversion table above.
What colors go well with #3E94BB?
The complementary color is HSL(19, 50%, 49%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 50%, 49%) in CSS?
As HSL: color: hsl(199, 50%, 49%); — As HEX: color: #3E94BB; — As RGB: color: rgb(62, 148, 187); — Tailwind CSS: bg-[hsl(199,50%,49%)] — CSS variable: --color-primary: hsl(199, 50%, 49%);