HSL(205, 50%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(205,50%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 50%, 77%) | color: hsl(205, 50%, 77%) | |
| HEX | #A7C9E2 | color: #A7C9E2 | |
| RGB | rgb(167, 201, 226) | color: rgb(167, 201, 226) | |
| CMYK | cmyk(26%, 11%, 0%, 11%) | — | |
| HSV | hsv(205, 26%, 89%) | — | |
| HWB | hwb(205 66% 11%) | color: hwb(205 66% 11%) | |
| OKLCH | oklch(0.8193 0.0507 240.12) | color: oklch(0.8193 0.0507 240.12) | |
| Lab | lab(79.32 -5.75 -16.12) | color: lab(79.32 -5.75 -16.12) | |
| LCH | lch(79.32 17.11 250.37) | color: lch(79.32 17.11 250.37) |
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)
#B6B6DC — rgb(182, 182, 220)
Deuteranopia (Green-blind)
#B4B1DB — rgb(180, 177, 219)
Tritanopia (Blue-blind)
#A9D7D6 — rgb(169, 215, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 50%, 77%);
text
color: hsl(205, 50%, 77%);
border
border: 2px solid hsl(205, 50%, 77%);
gradient light
background: linear-gradient(to right, hsl(205, 50%, 97%), hsl(205, 50%, 77%));
gradient dark
background: linear-gradient(to right, hsl(205, 50%, 77%), hsl(205, 50%, 57%))
hex
background-color: #A7C9E2;
tailwind
bg-[hsl(205,50%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 50%, 77%, 0.4);
css variable
--color-primary: hsl(205, 50%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 50%, 77%)?
HEX: #A7C9E2 | RGB: rgb(167, 201, 226) | CMYK: 26%, 11%, 0%, 11% | HSV: 205°, 26%, 89%. Copy any format from the conversion table above.
What colors go well with #A7C9E2?
The complementary color is HSL(25, 50%, 77%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 50%, 77%) in CSS?
As HSL: color: hsl(205, 50%, 77%); — As HEX: color: #A7C9E2; — As RGB: color: rgb(167, 201, 226); — Tailwind CSS: bg-[hsl(205,50%,77%)] — CSS variable: --color-primary: hsl(205, 50%, 77%);