HSL(217, 86%, 17%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,86%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 86%, 17%) | color: hsl(217, 86%, 17%) | |
| HEX | #062351 | color: #062351 | |
| RGB | rgb(6, 35, 81) | color: rgb(6, 35, 81) | |
| CMYK | cmyk(93%, 57%, 0%, 68%) | — | |
| HSV | hsv(217, 93%, 32%) | — | |
| HWB | hwb(217 2% 68%) | color: hwb(217 2% 68%) | |
| OKLCH | oklch(0.2669 0.0912 259.52) | color: oklch(0.2669 0.0912 259.52) | |
| Lab | lab(14.59 9.77 -31.1) | color: lab(14.59 9.77 -31.1) | |
| LCH | lch(14.59 32.6 287.44) | color: lch(14.59 32.6 287.44) |
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)
#131346 — rgb(19, 19, 70)
Deuteranopia (Green-blind)
#110F43 — rgb(17, 15, 67)
Tritanopia (Blue-blind)
#073D3B — rgb(7, 61, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 86%, 17%);
text
color: hsl(217, 86%, 17%);
border
border: 2px solid hsl(217, 86%, 17%);
gradient light
background: linear-gradient(to right, hsl(217, 86%, 37%), hsl(217, 86%, 17%));
gradient dark
background: linear-gradient(to right, hsl(217, 86%, 17%), hsl(217, 86%, 0%))
hex
background-color: #062351;
tailwind
bg-[hsl(217,86%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 86%, 17%, 0.4);
css variable
--color-primary: hsl(217, 86%, 17%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 86%, 17%)?
HEX: #062351 | RGB: rgb(6, 35, 81) | CMYK: 93%, 57%, 0%, 68% | HSV: 217°, 93%, 32%. Copy any format from the conversion table above.
What colors go well with #062351?
The complementary color is HSL(37, 86%, 17%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 86%, 17%) in CSS?
As HSL: color: hsl(217, 86%, 17%); — As HEX: color: #062351; — As RGB: color: rgb(6, 35, 81); — Tailwind CSS: bg-[hsl(217,86%,17%)] — CSS variable: --color-primary: hsl(217, 86%, 17%);