HSL(230, 59%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,59%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 59%, 77%) | color: hsl(230, 59%, 77%) | |
| HEX | #A2ADE7 | color: #A2ADE7 | |
| RGB | rgb(162, 173, 231) | color: rgb(162, 173, 231) | |
| CMYK | cmyk(30%, 25%, 0%, 9%) | — | |
| HSV | hsv(230, 30%, 91%) | — | |
| HWB | hwb(230 64% 9%) | color: hwb(230 64% 9%) | |
| OKLCH | oklch(0.7601 0.0843 275.9) | color: oklch(0.7601 0.0843 275.9) | |
| Lab | lab(71.78 9.19 -30.33) | color: lab(71.78 9.19 -30.33) | |
| LCH | lch(71.78 31.69 286.86) | color: lch(71.78 31.69 286.86) |
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)
#A7A7D9 — rgb(167, 167, 217)
Deuteranopia (Green-blind)
#A6A5D6 — rgb(166, 165, 214)
Tritanopia (Blue-blind)
#A3CECB — rgb(163, 206, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 59%, 77%);
text
color: hsl(230, 59%, 77%);
border
border: 2px solid hsl(230, 59%, 77%);
gradient light
background: linear-gradient(to right, hsl(230, 59%, 97%), hsl(230, 59%, 77%));
gradient dark
background: linear-gradient(to right, hsl(230, 59%, 77%), hsl(230, 59%, 57%))
hex
background-color: #A2ADE7;
tailwind
bg-[hsl(230,59%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 59%, 77%, 0.4);
css variable
--color-primary: hsl(230, 59%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 59%, 77%)?
HEX: #A2ADE7 | RGB: rgb(162, 173, 231) | CMYK: 30%, 25%, 0%, 9% | HSV: 230°, 30%, 91%. Copy any format from the conversion table above.
What colors go well with #A2ADE7?
The complementary color is HSL(50, 59%, 77%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 59%, 77%) in CSS?
As HSL: color: hsl(230, 59%, 77%); — As HEX: color: #A2ADE7; — As RGB: color: rgb(162, 173, 231); — Tailwind CSS: bg-[hsl(230,59%,77%)] — CSS variable: --color-primary: hsl(230, 59%, 77%);