HSL(229, 66%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,66%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 66%, 70%) | color: hsl(229, 66%, 70%) | |
| HEX | #8093E5 | color: #8093E5 | |
| RGB | rgb(128, 147, 229) | color: rgb(128, 147, 229) | |
| CMYK | cmyk(44%, 36%, 0%, 10%) | — | |
| HSV | hsv(229, 44%, 90%) | — | |
| HWB | hwb(229 50% 10%) | color: hwb(229 50% 10%) | |
| OKLCH | oklch(0.6828 0.1231 272.85) | color: oklch(0.6828 0.1231 272.85) | |
| Lab | lab(62.6 14.3 -43.7) | color: lab(62.6 14.3 -43.7) | |
| LCH | lch(62.6 45.98 288.12) | color: lch(62.6 45.98 288.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8888D1 — rgb(136, 136, 209)
Deuteranopia (Green-blind)
#8786CC — rgb(135, 134, 204)
Tritanopia (Blue-blind)
#81C1BE — rgb(129, 193, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 66%, 70%);
text
color: hsl(229, 66%, 70%);
border
border: 2px solid hsl(229, 66%, 70%);
gradient light
background: linear-gradient(to right, hsl(229, 66%, 90%), hsl(229, 66%, 70%));
gradient dark
background: linear-gradient(to right, hsl(229, 66%, 70%), hsl(229, 66%, 50%))
hex
background-color: #8093E5;
tailwind
bg-[hsl(229,66%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 66%, 70%, 0.4);
css variable
--color-primary: hsl(229, 66%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 66%, 70%)?
HEX: #8093E5 | RGB: rgb(128, 147, 229) | CMYK: 44%, 36%, 0%, 10% | HSV: 229°, 44%, 90%. Copy any format from the conversion table above.
What colors go well with #8093E5?
The complementary color is HSL(49, 66%, 70%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 66%, 70%) in CSS?
As HSL: color: hsl(229, 66%, 70%); — As HEX: color: #8093E5; — As RGB: color: rgb(128, 147, 229); — Tailwind CSS: bg-[hsl(229,66%,70%)] — CSS variable: --color-primary: hsl(229, 66%, 70%);