HSL(230, 99%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,99%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 99%, 79%) | color: hsl(230, 99%, 79%) | |
| HEX | #94A6FE | color: #94A6FE | |
| RGB | rgb(148, 166, 254) | color: rgb(148, 166, 254) | |
| CMYK | cmyk(42%, 35%, 0%, 0%) | — | |
| HSV | hsv(230, 42%, 100%) | — | |
| HWB | hwb(230 58% 0%) | color: hwb(230 58% 0%) | |
| OKLCH | oklch(0.7468 0.1287 274.09) | color: oklch(0.7468 0.1287 274.09) | |
| Lab | lab(69.98 15.4 -45.71) | color: lab(69.98 15.4 -45.71) | |
| LCH | lch(69.98 48.23 288.62) | color: lch(69.98 48.23 288.62) |
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)
#9C9CE9 — rgb(156, 156, 233)
Deuteranopia (Green-blind)
#9B99E4 — rgb(155, 153, 228)
Tritanopia (Blue-blind)
#95D8D4 — rgb(149, 216, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 99%, 79%);
text
color: hsl(230, 99%, 79%);
border
border: 2px solid hsl(230, 99%, 79%);
gradient light
background: linear-gradient(to right, hsl(230, 99%, 99%), hsl(230, 99%, 79%));
gradient dark
background: linear-gradient(to right, hsl(230, 99%, 79%), hsl(230, 99%, 59%))
hex
background-color: #94A6FE;
tailwind
bg-[hsl(230,99%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 99%, 79%, 0.4);
css variable
--color-primary: hsl(230, 99%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 99%, 79%)?
HEX: #94A6FE | RGB: rgb(148, 166, 254) | CMYK: 42%, 35%, 0%, 0% | HSV: 230°, 42%, 100%. Copy any format from the conversion table above.
What colors go well with #94A6FE?
The complementary color is HSL(50, 99%, 79%). 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, 99%, 79%) in CSS?
As HSL: color: hsl(230, 99%, 79%); — As HEX: color: #94A6FE; — As RGB: color: rgb(148, 166, 254); — Tailwind CSS: bg-[hsl(230,99%,79%)] — CSS variable: --color-primary: hsl(230, 99%, 79%);