HSL(215, 65%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,65%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 65%, 79%) | color: hsl(215, 65%, 79%) | |
| HEX | #A7C4EC | color: #A7C4EC | |
| RGB | rgb(167, 196, 236) | color: rgb(167, 196, 236) | |
| CMYK | cmyk(29%, 17%, 0%, 7%) | — | |
| HSV | hsv(215, 29%, 93%) | — | |
| HWB | hwb(215 66% 7%) | color: hwb(215 66% 7%) | |
| OKLCH | oklch(0.8126 0.065 256.49) | color: oklch(0.8126 0.065 256.49) | |
| Lab | lab(78.32 -0.73 -23) | color: lab(78.32 -0.73 -23) | |
| LCH | lch(78.32 23.01 268.18) | color: lch(78.32 23.01 268.18) |
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)
#B4B4E2 — rgb(180, 180, 226)
Deuteranopia (Green-blind)
#B2B0E0 — rgb(178, 176, 224)
Tritanopia (Blue-blind)
#A8DBD9 — rgb(168, 219, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 65%, 79%);
text
color: hsl(215, 65%, 79%);
border
border: 2px solid hsl(215, 65%, 79%);
gradient light
background: linear-gradient(to right, hsl(215, 65%, 99%), hsl(215, 65%, 79%));
gradient dark
background: linear-gradient(to right, hsl(215, 65%, 79%), hsl(215, 65%, 59%))
hex
background-color: #A7C4EC;
tailwind
bg-[hsl(215,65%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 65%, 79%, 0.4);
css variable
--color-primary: hsl(215, 65%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 65%, 79%)?
HEX: #A7C4EC | RGB: rgb(167, 196, 236) | CMYK: 29%, 17%, 0%, 7% | HSV: 215°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #A7C4EC?
The complementary color is HSL(35, 65%, 79%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 65%, 79%) in CSS?
As HSL: color: hsl(215, 65%, 79%); — As HEX: color: #A7C4EC; — As RGB: color: rgb(167, 196, 236); — Tailwind CSS: bg-[hsl(215,65%,79%)] — CSS variable: --color-primary: hsl(215, 65%, 79%);