HSL(237, 37%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,37%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 37%, 77%) | color: hsl(237, 37%, 77%) | |
| HEX | #AFB1DA | color: #AFB1DA | |
| RGB | rgb(175, 177, 218) | color: rgb(175, 177, 218) | |
| CMYK | cmyk(20%, 19%, 0%, 15%) | — | |
| HSV | hsv(237, 20%, 85%) | — | |
| HWB | hwb(237 68% 15%) | color: hwb(237 68% 15%) | |
| OKLCH | oklch(0.7727 0.0583 282.74) | color: oklch(0.7727 0.0583 282.74) | |
| Lab | lab(73.3 7.81 -20.84) | color: lab(73.3 7.81 -20.84) | |
| LCH | lch(73.3 22.26 290.54) | color: lch(73.3 22.26 290.54) |
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)
#B0B0D0 — rgb(176, 176, 208)
Deuteranopia (Green-blind)
#B0B0CE — rgb(176, 176, 206)
Tritanopia (Blue-blind)
#AFC8C7 — rgb(175, 200, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 37%, 77%);
text
color: hsl(237, 37%, 77%);
border
border: 2px solid hsl(237, 37%, 77%);
gradient light
background: linear-gradient(to right, hsl(237, 37%, 97%), hsl(237, 37%, 77%));
gradient dark
background: linear-gradient(to right, hsl(237, 37%, 77%), hsl(237, 37%, 57%))
hex
background-color: #AFB1DA;
tailwind
bg-[hsl(237,37%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 37%, 77%, 0.4);
css variable
--color-primary: hsl(237, 37%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 37%, 77%)?
HEX: #AFB1DA | RGB: rgb(175, 177, 218) | CMYK: 20%, 19%, 0%, 15% | HSV: 237°, 20%, 85%. Copy any format from the conversion table above.
What colors go well with #AFB1DA?
The complementary color is HSL(57, 37%, 77%). 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, 37%, 77%) in CSS?
As HSL: color: hsl(237, 37%, 77%); — As HEX: color: #AFB1DA; — As RGB: color: rgb(175, 177, 218); — Tailwind CSS: bg-[hsl(237,37%,77%)] — CSS variable: --color-primary: hsl(237, 37%, 77%);