HSL(199, 75%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 75%, 30%) | color: hsl(199, 75%, 30%) | |
| HEX | #136286 | color: #136286 | |
| RGB | rgb(19, 98, 134) | color: rgb(19, 98, 134) | |
| CMYK | cmyk(86%, 27%, 0%, 47%) | — | |
| HSV | hsv(199, 86%, 53%) | — | |
| HWB | hwb(199 7% 47%) | color: hwb(199 7% 47%) | |
| OKLCH | oklch(0.4689 0.0917 234.42) | color: oklch(0.4689 0.0917 234.42) | |
| Lab | lab(38.89 -9.22 -26.39) | color: lab(38.89 -9.22 -26.39) | |
| LCH | lch(38.89 27.95 250.74) | color: lch(38.89 27.95 250.74) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#35367D — rgb(53, 54, 125)
Deuteranopia (Green-blind)
#312B7B — rgb(49, 43, 123)
Tritanopia (Blue-blind)
#177675 — rgb(23, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 75%, 30%);
text
color: hsl(199, 75%, 30%);
border
border: 2px solid hsl(199, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(199, 75%, 50%), hsl(199, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(199, 75%, 30%), hsl(199, 75%, 10%))
hex
background-color: #136286;
tailwind
bg-[hsl(199,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 75%, 30%, 0.4);
css variable
--color-primary: hsl(199, 75%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 75%, 30%)?
HEX: #136286 | RGB: rgb(19, 98, 134) | CMYK: 86%, 27%, 0%, 47% | HSV: 199°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #136286?
The complementary color is HSL(19, 75%, 30%). 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, 75%, 30%) in CSS?
As HSL: color: hsl(199, 75%, 30%); — As HEX: color: #136286; — As RGB: color: rgb(19, 98, 134); — Tailwind CSS: bg-[hsl(199,75%,30%)] — CSS variable: --color-primary: hsl(199, 75%, 30%);