HSL(239, 90%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(239,90%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 90%, 67%) | color: hsl(239, 90%, 67%) | |
| HEX | #5F62F7 | color: #5F62F7 | |
| RGB | rgb(95, 98, 247) | color: rgb(95, 98, 247) | |
| CMYK | cmyk(62%, 60%, 0%, 3%) | — | |
| HSV | hsv(239, 62%, 97%) | — | |
| HWB | hwb(239 37% 3%) | color: hwb(239 37% 3%) | |
| OKLCH | oklch(0.5806 0.2174 276.36) | color: oklch(0.5806 0.2174 276.36) | |
| Lab | lab(49.35 42.34 -75.07) | color: lab(49.35 42.34 -75.07) | |
| LCH | lch(49.35 86.19 299.42) | color: lch(49.35 86.19 299.42) |
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)
#6060D3 — rgb(96, 96, 211)
Deuteranopia (Green-blind)
#6060CA — rgb(96, 96, 202)
Tritanopia (Blue-blind)
#5FB6B0 — rgb(95, 182, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 90%, 67%);
text
color: hsl(239, 90%, 67%);
border
border: 2px solid hsl(239, 90%, 67%);
gradient light
background: linear-gradient(to right, hsl(239, 90%, 87%), hsl(239, 90%, 67%));
gradient dark
background: linear-gradient(to right, hsl(239, 90%, 67%), hsl(239, 90%, 47%))
hex
background-color: #5F62F7;
tailwind
bg-[hsl(239,90%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 90%, 67%, 0.4);
css variable
--color-primary: hsl(239, 90%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 90%, 67%)?
HEX: #5F62F7 | RGB: rgb(95, 98, 247) | CMYK: 62%, 60%, 0%, 3% | HSV: 239°, 62%, 97%. Copy any format from the conversion table above.
What colors go well with #5F62F7?
The complementary color is HSL(59, 90%, 67%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 90%, 67%) in CSS?
As HSL: color: hsl(239, 90%, 67%); — As HEX: color: #5F62F7; — As RGB: color: rgb(95, 98, 247); — Tailwind CSS: bg-[hsl(239,90%,67%)] — CSS variable: --color-primary: hsl(239, 90%, 67%);