HSL(199, 68%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,68%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 68%, 81%) | color: hsl(199, 68%, 81%) | |
| HEX | #AEDBEF | color: #AEDBEF | |
| RGB | rgb(174, 219, 239) | color: rgb(174, 219, 239) | |
| CMYK | cmyk(27%, 8%, 0%, 6%) | — | |
| HSV | hsv(198, 27%, 94%) | — | |
| HWB | hwb(198 69% 6%) | color: hwb(198 69% 6%) | |
| OKLCH | oklch(0.8662 0.0544 226.82) | color: oklch(0.8662 0.0544 226.82) | |
| Lab | lab(84.94 -10.11 -14.55) | color: lab(84.94 -10.11 -14.55) | |
| LCH | lch(84.94 17.72 235.21) | color: lch(84.94 17.72 235.21) |
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)
#C1C2EA — rgb(193, 194, 234)
Deuteranopia (Green-blind)
#BFBCE9 — rgb(191, 188, 233)
Tritanopia (Blue-blind)
#B0E6E6 — rgb(176, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 68%, 81%);
text
color: hsl(199, 68%, 81%);
border
border: 2px solid hsl(199, 68%, 81%);
gradient light
background: linear-gradient(to right, hsl(199, 68%, 100%), hsl(199, 68%, 81%));
gradient dark
background: linear-gradient(to right, hsl(199, 68%, 81%), hsl(199, 68%, 61%))
hex
background-color: #AEDBEF;
tailwind
bg-[hsl(199,68%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 68%, 81%, 0.4);
css variable
--color-primary: hsl(199, 68%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 68%, 81%)?
HEX: #AEDBEF | RGB: rgb(174, 219, 239) | CMYK: 27%, 8%, 0%, 6% | HSV: 198°, 27%, 94%. Copy any format from the conversion table above.
What colors go well with #AEDBEF?
The complementary color is HSL(19, 68%, 81%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 68%, 81%) in CSS?
As HSL: color: hsl(199, 68%, 81%); — As HEX: color: #AEDBEF; — As RGB: color: rgb(174, 219, 239); — Tailwind CSS: bg-[hsl(199,68%,81%)] — CSS variable: --color-primary: hsl(199, 68%, 81%);