HSL(225, 72%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,72%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 72%, 77%) | color: hsl(225, 72%, 77%) | |
| HEX | #9AAFEF | color: #9AAFEF | |
| RGB | rgb(154, 175, 239) | color: rgb(154, 175, 239) | |
| CMYK | cmyk(36%, 27%, 0%, 6%) | — | |
| HSV | hsv(225, 36%, 94%) | — | |
| HWB | hwb(225 60% 6%) | color: hwb(225 60% 6%) | |
| OKLCH | oklch(0.7619 0.0953 270.06) | color: oklch(0.7619 0.0953 270.06) | |
| Lab | lab(72.07 7.86 -34.29) | color: lab(72.07 7.86 -34.29) | |
| LCH | lch(72.07 35.18 282.91) | color: lch(72.07 35.18 282.91) |
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)
#A3A3E0 — rgb(163, 163, 224)
Deuteranopia (Green-blind)
#A2A0DC — rgb(162, 160, 220)
Tritanopia (Blue-blind)
#9BD3D1 — rgb(155, 211, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 72%, 77%);
text
color: hsl(225, 72%, 77%);
border
border: 2px solid hsl(225, 72%, 77%);
gradient light
background: linear-gradient(to right, hsl(225, 72%, 97%), hsl(225, 72%, 77%));
gradient dark
background: linear-gradient(to right, hsl(225, 72%, 77%), hsl(225, 72%, 57%))
hex
background-color: #9AAFEF;
tailwind
bg-[hsl(225,72%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 72%, 77%, 0.4);
css variable
--color-primary: hsl(225, 72%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 72%, 77%)?
HEX: #9AAFEF | RGB: rgb(154, 175, 239) | CMYK: 36%, 27%, 0%, 6% | HSV: 225°, 36%, 94%. Copy any format from the conversion table above.
What colors go well with #9AAFEF?
The complementary color is HSL(45, 72%, 77%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 72%, 77%) in CSS?
As HSL: color: hsl(225, 72%, 77%); — As HEX: color: #9AAFEF; — As RGB: color: rgb(154, 175, 239); — Tailwind CSS: bg-[hsl(225,72%,77%)] — CSS variable: --color-primary: hsl(225, 72%, 77%);