HSL(214, 72%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,72%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 72%, 79%) | color: hsl(214, 72%, 79%) | |
| HEX | #A3C4F0 | color: #A3C4F0 | |
| RGB | rgb(163, 196, 240) | color: rgb(163, 196, 240) | |
| CMYK | cmyk(32%, 18%, 0%, 6%) | — | |
| HSV | hsv(214, 32%, 94%) | — | |
| HWB | hwb(214 64% 6%) | color: hwb(214 64% 6%) | |
| OKLCH | oklch(0.8115 0.072 255.73) | color: oklch(0.8115 0.072 255.73) | |
| Lab | lab(78.2 -0.89 -25.35) | color: lab(78.2 -0.89 -25.35) | |
| LCH | lch(78.2 25.37 267.99) | color: lch(78.2 25.37 267.99) |
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)
#B1B2E5 — rgb(177, 178, 229)
Deuteranopia (Green-blind)
#AFADE3 — rgb(175, 173, 227)
Tritanopia (Blue-blind)
#A5DDDB — rgb(165, 221, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 72%, 79%);
text
color: hsl(214, 72%, 79%);
border
border: 2px solid hsl(214, 72%, 79%);
gradient light
background: linear-gradient(to right, hsl(214, 72%, 99%), hsl(214, 72%, 79%));
gradient dark
background: linear-gradient(to right, hsl(214, 72%, 79%), hsl(214, 72%, 59%))
hex
background-color: #A3C4F0;
tailwind
bg-[hsl(214,72%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 72%, 79%, 0.4);
css variable
--color-primary: hsl(214, 72%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 72%, 79%)?
HEX: #A3C4F0 | RGB: rgb(163, 196, 240) | CMYK: 32%, 18%, 0%, 6% | HSV: 214°, 32%, 94%. Copy any format from the conversion table above.
What colors go well with #A3C4F0?
The complementary color is HSL(34, 72%, 79%). 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, 72%, 79%) in CSS?
As HSL: color: hsl(214, 72%, 79%); — As HEX: color: #A3C4F0; — As RGB: color: rgb(163, 196, 240); — Tailwind CSS: bg-[hsl(214,72%,79%)] — CSS variable: --color-primary: hsl(214, 72%, 79%);