HSL(195, 92%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(195,92%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(195, 92%, 80%) | color: hsl(195, 92%, 80%) | |
| HEX | #9DE3FB | color: #9DE3FB | |
| RGB | rgb(157, 227, 251) | color: rgb(157, 227, 251) | |
| CMYK | cmyk(37%, 10%, 0%, 2%) | — | |
| HSV | hsv(195, 37%, 98%) | — | |
| HWB | hwb(195 62% 2%) | color: hwb(195 62% 2%) | |
| OKLCH | oklch(0.8777 0.0771 221.39) | color: oklch(0.8777 0.0771 221.39) | |
| Lab | lab(86.54 -15.98 -18.57) | color: lab(86.54 -15.98 -18.57) | |
| LCH | lch(86.54 24.5 229.29) | color: lch(86.54 24.5 229.29) |
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)
#BBBCF5 — rgb(187, 188, 245)
Deuteranopia (Green-blind)
#B7B2F4 — rgb(183, 178, 244)
Tritanopia (Blue-blind)
#A1F1F0 — rgb(161, 241, 240)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(195, 92%, 80%);
text
color: hsl(195, 92%, 80%);
border
border: 2px solid hsl(195, 92%, 80%);
gradient light
background: linear-gradient(to right, hsl(195, 92%, 100%), hsl(195, 92%, 80%));
gradient dark
background: linear-gradient(to right, hsl(195, 92%, 80%), hsl(195, 92%, 60%))
hex
background-color: #9DE3FB;
tailwind
bg-[hsl(195,92%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(195, 92%, 80%, 0.4);
css variable
--color-primary: hsl(195, 92%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(195, 92%, 80%)?
HEX: #9DE3FB | RGB: rgb(157, 227, 251) | CMYK: 37%, 10%, 0%, 2% | HSV: 195°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #9DE3FB?
The complementary color is HSL(15, 92%, 80%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(195, 92%, 80%) in CSS?
As HSL: color: hsl(195, 92%, 80%); — As HEX: color: #9DE3FB; — As RGB: color: rgb(157, 227, 251); — Tailwind CSS: bg-[hsl(195,92%,80%)] — CSS variable: --color-primary: hsl(195, 92%, 80%);