HSL(214, 79%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,79%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 79%, 81%) | color: hsl(214, 79%, 81%) | |
| HEX | #A8C9F5 | color: #A8C9F5 | |
| RGB | rgb(168, 201, 245) | color: rgb(168, 201, 245) | |
| CMYK | cmyk(31%, 18%, 0%, 4%) | — | |
| HSV | hsv(214, 31%, 96%) | — | |
| HWB | hwb(214 66% 4%) | color: hwb(214 66% 4%) | |
| OKLCH | oklch(0.827 0.0717 255.72) | color: oklch(0.827 0.0717 255.72) | |
| Lab | lab(80 -0.95 -25.24) | color: lab(80 -0.95 -25.24) | |
| LCH | lch(80 25.26 267.84) | color: lch(80 25.26 267.84) |
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)
#B6B7EA — rgb(182, 183, 234)
Deuteranopia (Green-blind)
#B4B2E8 — rgb(180, 178, 232)
Tritanopia (Blue-blind)
#AAE2E0 — rgb(170, 226, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 79%, 81%);
text
color: hsl(214, 79%, 81%);
border
border: 2px solid hsl(214, 79%, 81%);
gradient light
background: linear-gradient(to right, hsl(214, 79%, 100%), hsl(214, 79%, 81%));
gradient dark
background: linear-gradient(to right, hsl(214, 79%, 81%), hsl(214, 79%, 61%))
hex
background-color: #A8C9F5;
tailwind
bg-[hsl(214,79%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 79%, 81%, 0.4);
css variable
--color-primary: hsl(214, 79%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 79%, 81%)?
HEX: #A8C9F5 | RGB: rgb(168, 201, 245) | CMYK: 31%, 18%, 0%, 4% | HSV: 214°, 31%, 96%. Copy any format from the conversion table above.
What colors go well with #A8C9F5?
The complementary color is HSL(34, 79%, 81%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 79%, 81%) in CSS?
As HSL: color: hsl(214, 79%, 81%); — As HEX: color: #A8C9F5; — As RGB: color: rgb(168, 201, 245); — Tailwind CSS: bg-[hsl(214,79%,81%)] — CSS variable: --color-primary: hsl(214, 79%, 81%);