HSL(196, 83%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,83%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 83%, 75%) | color: hsl(196, 83%, 75%) | |
| HEX | #8AD8F4 | color: #8AD8F4 | |
| RGB | rgb(138, 216, 244) | color: rgb(138, 216, 244) | |
| CMYK | cmyk(43%, 11%, 0%, 4%) | — | |
| HSV | hsv(196, 43%, 96%) | — | |
| HWB | hwb(196 55% 4%) | color: hwb(196 55% 4%) | |
| OKLCH | oklch(0.8416 0.0861 222.82) | color: oklch(0.8416 0.0861 222.82) | |
| Lab | lab(82.4 -16.89 -21.21) | color: lab(82.4 -16.89 -21.21) | |
| LCH | lch(82.4 27.11 231.47) | color: lch(82.4 27.11 231.47) |
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)
#ACACED — rgb(172, 172, 237)
Deuteranopia (Green-blind)
#A7A1EC — rgb(167, 161, 236)
Tritanopia (Blue-blind)
#8EE8E7 — rgb(142, 232, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 83%, 75%);
text
color: hsl(196, 83%, 75%);
border
border: 2px solid hsl(196, 83%, 75%);
gradient light
background: linear-gradient(to right, hsl(196, 83%, 95%), hsl(196, 83%, 75%));
gradient dark
background: linear-gradient(to right, hsl(196, 83%, 75%), hsl(196, 83%, 55%))
hex
background-color: #8AD8F4;
tailwind
bg-[hsl(196,83%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 83%, 75%, 0.4);
css variable
--color-primary: hsl(196, 83%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 83%, 75%)?
HEX: #8AD8F4 | RGB: rgb(138, 216, 244) | CMYK: 43%, 11%, 0%, 4% | HSV: 196°, 43%, 96%. Copy any format from the conversion table above.
What colors go well with #8AD8F4?
The complementary color is HSL(16, 83%, 75%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 83%, 75%) in CSS?
As HSL: color: hsl(196, 83%, 75%); — As HEX: color: #8AD8F4; — As RGB: color: rgb(138, 216, 244); — Tailwind CSS: bg-[hsl(196,83%,75%)] — CSS variable: --color-primary: hsl(196, 83%, 75%);