HSL(237, 20%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,20%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 20%, 69%) | color: hsl(237, 20%, 69%) | |
| HEX | #A0A2C0 | color: #A0A2C0 | |
| RGB | rgb(160, 162, 192) | color: rgb(160, 162, 192) | |
| CMYK | cmyk(17%, 16%, 0%, 25%) | — | |
| HSV | hsv(236, 17%, 75%) | — | |
| HWB | hwb(236 62% 25%) | color: hwb(236 62% 25%) | |
| OKLCH | oklch(0.7207 0.0434 282.24) | color: oklch(0.7207 0.0434 282.24) | |
| Lab | lab(67.37 5.51 -15.62) | color: lab(67.37 5.51 -15.62) | |
| LCH | lch(67.37 16.56 289.43) | color: lch(67.37 16.56 289.43) |
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)
#A1A1B9 — rgb(161, 161, 185)
Deuteranopia (Green-blind)
#A1A1B7 — rgb(161, 161, 183)
Tritanopia (Blue-blind)
#A0B3B2 — rgb(160, 179, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 20%, 69%);
text
color: hsl(237, 20%, 69%);
border
border: 2px solid hsl(237, 20%, 69%);
gradient light
background: linear-gradient(to right, hsl(237, 20%, 89%), hsl(237, 20%, 69%));
gradient dark
background: linear-gradient(to right, hsl(237, 20%, 69%), hsl(237, 20%, 49%))
hex
background-color: #A0A2C0;
tailwind
bg-[hsl(237,20%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 20%, 69%, 0.4);
css variable
--color-primary: hsl(237, 20%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 20%, 69%)?
HEX: #A0A2C0 | RGB: rgb(160, 162, 192) | CMYK: 17%, 16%, 0%, 25% | HSV: 236°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #A0A2C0?
The complementary color is HSL(57, 20%, 69%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 20%, 69%) in CSS?
As HSL: color: hsl(237, 20%, 69%); — As HEX: color: #A0A2C0; — As RGB: color: rgb(160, 162, 192); — Tailwind CSS: bg-[hsl(237,20%,69%)] — CSS variable: --color-primary: hsl(237, 20%, 69%);