HSL(230, 95%, 66%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,95%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 95%, 66%) | color: hsl(230, 95%, 66%) | |
| HEX | #5671FB | color: #5671FB | |
| RGB | rgb(86, 113, 251) | color: rgb(86, 113, 251) | |
| CMYK | cmyk(66%, 55%, 0%, 2%) | — | |
| HSV | hsv(230, 66%, 98%) | — | |
| HWB | hwb(230 33% 2%) | color: hwb(230 33% 2%) | |
| OKLCH | oklch(0.6048 0.2069 270.61) | color: oklch(0.6048 0.2069 270.61) | |
| Lab | lab(52.68 33.27 -71.91) | color: lab(52.68 33.27 -71.91) | |
| LCH | lch(52.68 79.23 294.83) | color: lch(52.68 79.23 294.83) |
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)
#6262DA — rgb(98, 98, 218)
Deuteranopia (Green-blind)
#605ED2 — rgb(96, 94, 210)
Tritanopia (Blue-blind)
#57BFB9 — rgb(87, 191, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 95%, 66%);
text
color: hsl(230, 95%, 66%);
border
border: 2px solid hsl(230, 95%, 66%);
gradient light
background: linear-gradient(to right, hsl(230, 95%, 86%), hsl(230, 95%, 66%));
gradient dark
background: linear-gradient(to right, hsl(230, 95%, 66%), hsl(230, 95%, 46%))
hex
background-color: #5671FB;
tailwind
bg-[hsl(230,95%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 95%, 66%, 0.4);
css variable
--color-primary: hsl(230, 95%, 66%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 95%, 66%)?
HEX: #5671FB | RGB: rgb(86, 113, 251) | CMYK: 66%, 55%, 0%, 2% | HSV: 230°, 66%, 98%. Copy any format from the conversion table above.
What colors go well with #5671FB?
The complementary color is HSL(50, 95%, 66%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 95%, 66%) in CSS?
As HSL: color: hsl(230, 95%, 66%); — As HEX: color: #5671FB; — As RGB: color: rgb(86, 113, 251); — Tailwind CSS: bg-[hsl(230,95%,66%)] — CSS variable: --color-primary: hsl(230, 95%, 66%);