HSL(199, 85%, 30%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,85%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 85%, 30%) | color: hsl(199, 85%, 30%) | |
| HEX | #0B648E | color: #0B648E | |
| RGB | rgb(11, 100, 142) | color: rgb(11, 100, 142) | |
| CMYK | cmyk(92%, 30%, 0%, 44%) | — | |
| HSV | hsv(199, 92%, 56%) | — | |
| HWB | hwb(199 4% 44%) | color: hwb(199 4% 44%) | |
| OKLCH | oklch(0.4772 0.1006 237.05) | color: oklch(0.4772 0.1006 237.05) | |
| Lab | lab(39.81 -7.91 -29.78) | color: lab(39.81 -7.91 -29.78) | |
| LCH | lch(39.81 30.81 255.12) | color: lch(39.81 30.81 255.12) |
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)
#323284 — rgb(50, 50, 132)
Deuteranopia (Green-blind)
#2C2681 — rgb(44, 38, 129)
Tritanopia (Blue-blind)
#0F7C7A — rgb(15, 124, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 85%, 30%);
text
color: hsl(199, 85%, 30%);
border
border: 2px solid hsl(199, 85%, 30%);
gradient light
background: linear-gradient(to right, hsl(199, 85%, 50%), hsl(199, 85%, 30%));
gradient dark
background: linear-gradient(to right, hsl(199, 85%, 30%), hsl(199, 85%, 10%))
hex
background-color: #0B648E;
tailwind
bg-[hsl(199,85%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 85%, 30%, 0.4);
css variable
--color-primary: hsl(199, 85%, 30%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 85%, 30%)?
HEX: #0B648E | RGB: rgb(11, 100, 142) | CMYK: 92%, 30%, 0%, 44% | HSV: 199°, 92%, 56%. Copy any format from the conversion table above.
What colors go well with #0B648E?
The complementary color is HSL(19, 85%, 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, 85%, 30%) in CSS?
As HSL: color: hsl(199, 85%, 30%); — As HEX: color: #0B648E; — As RGB: color: rgb(11, 100, 142); — Tailwind CSS: bg-[hsl(199,85%,30%)] — CSS variable: --color-primary: hsl(199, 85%, 30%);