HSL(244, 30%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(244,30%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(244, 30%, 75%) | color: hsl(244, 30%, 75%) | |
| HEX | #AFACD2 | color: #AFACD2 | |
| RGB | rgb(175, 172, 210) | color: rgb(175, 172, 210) | |
| CMYK | cmyk(17%, 18%, 0%, 18%) | — | |
| HSV | hsv(245, 18%, 82%) | — | |
| HWB | hwb(245 67% 18%) | color: hwb(245 67% 18%) | |
| OKLCH | oklch(0.7596 0.0541 288.66) | color: oklch(0.7596 0.0541 288.66) | |
| Lab | lab(71.74 8.79 -18.83) | color: lab(71.74 8.79 -18.83) | |
| LCH | lch(71.74 20.78 295.02) | color: lch(71.74 20.78 295.02) |
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)
#AEAEC9 — rgb(174, 174, 201)
Deuteranopia (Green-blind)
#AEAEC7 — rgb(174, 174, 199)
Tritanopia (Blue-blind)
#AFC2C0 — rgb(175, 194, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(244, 30%, 75%);
text
color: hsl(244, 30%, 75%);
border
border: 2px solid hsl(244, 30%, 75%);
gradient light
background: linear-gradient(to right, hsl(244, 30%, 95%), hsl(244, 30%, 75%));
gradient dark
background: linear-gradient(to right, hsl(244, 30%, 75%), hsl(244, 30%, 55%))
hex
background-color: #AFACD2;
tailwind
bg-[hsl(244,30%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(244, 30%, 75%, 0.4);
css variable
--color-primary: hsl(244, 30%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(244, 30%, 75%)?
HEX: #AFACD2 | RGB: rgb(175, 172, 210) | CMYK: 17%, 18%, 0%, 18% | HSV: 245°, 18%, 82%. Copy any format from the conversion table above.
What colors go well with #AFACD2?
The complementary color is HSL(64, 30%, 75%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(244, 30%, 75%) in CSS?
As HSL: color: hsl(244, 30%, 75%); — As HEX: color: #AFACD2; — As RGB: color: rgb(175, 172, 210); — Tailwind CSS: bg-[hsl(244,30%,75%)] — CSS variable: --color-primary: hsl(244, 30%, 75%);