HSL(197, 88%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(197,88%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 88%, 79%) | color: hsl(197, 88%, 79%) | |
| HEX | #9ADEF9 | color: #9ADEF9 | |
| RGB | rgb(154, 222, 249) | color: rgb(154, 222, 249) | |
| CMYK | cmyk(38%, 11%, 0%, 2%) | — | |
| HSV | hsv(197, 38%, 98%) | — | |
| HWB | hwb(197 61% 2%) | color: hwb(197 61% 2%) | |
| OKLCH | oklch(0.8646 0.0777 224.76) | color: oklch(0.8646 0.0777 224.76) | |
| Lab | lab(84.97 -14.71 -19.9) | color: lab(84.97 -14.71 -19.9) | |
| LCH | lch(84.97 24.75 233.53) | color: lch(84.97 24.75 233.53) |
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)
#B7B8F2 — rgb(183, 184, 242)
Deuteranopia (Green-blind)
#B4AEF1 — rgb(180, 174, 241)
Tritanopia (Blue-blind)
#9DEDEC — rgb(157, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 88%, 79%);
text
color: hsl(197, 88%, 79%);
border
border: 2px solid hsl(197, 88%, 79%);
gradient light
background: linear-gradient(to right, hsl(197, 88%, 99%), hsl(197, 88%, 79%));
gradient dark
background: linear-gradient(to right, hsl(197, 88%, 79%), hsl(197, 88%, 59%))
hex
background-color: #9ADEF9;
tailwind
bg-[hsl(197,88%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 88%, 79%, 0.4);
css variable
--color-primary: hsl(197, 88%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(197, 88%, 79%)?
HEX: #9ADEF9 | RGB: rgb(154, 222, 249) | CMYK: 38%, 11%, 0%, 2% | HSV: 197°, 38%, 98%. Copy any format from the conversion table above.
What colors go well with #9ADEF9?
The complementary color is HSL(17, 88%, 79%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 88%, 79%) in CSS?
As HSL: color: hsl(197, 88%, 79%); — As HEX: color: #9ADEF9; — As RGB: color: rgb(154, 222, 249); — Tailwind CSS: bg-[hsl(197,88%,79%)] — CSS variable: --color-primary: hsl(197, 88%, 79%);