HSL(209, 44%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(209,44%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 44%, 75%) | color: hsl(209, 44%, 75%) | |
| HEX | #A3C0DB | color: #A3C0DB | |
| RGB | rgb(163, 192, 219) | color: rgb(163, 192, 219) | |
| CMYK | cmyk(26%, 12%, 0%, 14%) | — | |
| HSV | hsv(209, 26%, 86%) | — | |
| HWB | hwb(209 64% 14%) | color: hwb(209 64% 14%) | |
| OKLCH | oklch(0.7953 0.0497 246.55) | color: oklch(0.7953 0.0497 246.55) | |
| Lab | lab(76.44 -3.78 -16.71) | color: lab(76.44 -3.78 -16.71) | |
| LCH | lch(76.44 17.13 257.25) | color: lch(76.44 17.13 257.25) |
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)
#B0B0D4 — rgb(176, 176, 212)
Deuteranopia (Green-blind)
#AEACD3 — rgb(174, 172, 211)
Tritanopia (Blue-blind)
#A4CFCE — rgb(164, 207, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 44%, 75%);
text
color: hsl(209, 44%, 75%);
border
border: 2px solid hsl(209, 44%, 75%);
gradient light
background: linear-gradient(to right, hsl(209, 44%, 95%), hsl(209, 44%, 75%));
gradient dark
background: linear-gradient(to right, hsl(209, 44%, 75%), hsl(209, 44%, 55%))
hex
background-color: #A3C0DB;
tailwind
bg-[hsl(209,44%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 44%, 75%, 0.4);
css variable
--color-primary: hsl(209, 44%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 44%, 75%)?
HEX: #A3C0DB | RGB: rgb(163, 192, 219) | CMYK: 26%, 12%, 0%, 14% | HSV: 209°, 26%, 86%. Copy any format from the conversion table above.
What colors go well with #A3C0DB?
The complementary color is HSL(29, 44%, 75%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(209, 44%, 75%) in CSS?
As HSL: color: hsl(209, 44%, 75%); — As HEX: color: #A3C0DB; — As RGB: color: rgb(163, 192, 219); — Tailwind CSS: bg-[hsl(209,44%,75%)] — CSS variable: --color-primary: hsl(209, 44%, 75%);