HSL(227, 60%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(227,60%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 60%, 77%) | color: hsl(227, 60%, 77%) | |
| HEX | #A1B0E8 | color: #A1B0E8 | |
| RGB | rgb(161, 176, 232) | color: rgb(161, 176, 232) | |
| CMYK | cmyk(31%, 24%, 0%, 9%) | — | |
| HSV | hsv(227, 31%, 91%) | — | |
| HWB | hwb(227 63% 9%) | color: hwb(227 63% 9%) | |
| OKLCH | oklch(0.7658 0.0823 272.73) | color: oklch(0.7658 0.0823 272.73) | |
| Lab | lab(72.53 7.48 -29.73) | color: lab(72.53 7.48 -29.73) | |
| LCH | lch(72.53 30.66 284.12) | color: lch(72.53 30.66 284.12) |
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)
#A7A8DA — rgb(167, 168, 218)
Deuteranopia (Green-blind)
#A7A6D7 — rgb(167, 166, 215)
Tritanopia (Blue-blind)
#A2D0CD — rgb(162, 208, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 60%, 77%);
text
color: hsl(227, 60%, 77%);
border
border: 2px solid hsl(227, 60%, 77%);
gradient light
background: linear-gradient(to right, hsl(227, 60%, 97%), hsl(227, 60%, 77%));
gradient dark
background: linear-gradient(to right, hsl(227, 60%, 77%), hsl(227, 60%, 57%))
hex
background-color: #A1B0E8;
tailwind
bg-[hsl(227,60%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 60%, 77%, 0.4);
css variable
--color-primary: hsl(227, 60%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 60%, 77%)?
HEX: #A1B0E8 | RGB: rgb(161, 176, 232) | CMYK: 31%, 24%, 0%, 9% | HSV: 227°, 31%, 91%. Copy any format from the conversion table above.
What colors go well with #A1B0E8?
The complementary color is HSL(47, 60%, 77%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 60%, 77%) in CSS?
As HSL: color: hsl(227, 60%, 77%); — As HEX: color: #A1B0E8; — As RGB: color: rgb(161, 176, 232); — Tailwind CSS: bg-[hsl(227,60%,77%)] — CSS variable: --color-primary: hsl(227, 60%, 77%);