HSL(203, 94%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,94%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 94%, 75%) | color: hsl(203, 94%, 75%) | |
| HEX | #83CDFB | color: #83CDFB | |
| RGB | rgb(131, 205, 251) | color: rgb(131, 205, 251) | |
| CMYK | cmyk(48%, 18%, 0%, 2%) | — | |
| HSV | hsv(203, 48%, 98%) | — | |
| HWB | hwb(203 51% 2%) | color: hwb(203 51% 2%) | |
| OKLCH | oklch(0.8169 0.0984 237) | color: oklch(0.8169 0.0984 237) | |
| Lab | lab(79.3 -10.95 -29.7) | color: lab(79.3 -10.95 -29.7) | |
| LCH | lch(79.3 31.65 249.76) | color: lch(79.3 31.65 249.76) |
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)
#A3A4F0 — rgb(163, 164, 240)
Deuteranopia (Green-blind)
#9F99ED — rgb(159, 153, 237)
Tritanopia (Blue-blind)
#87E7E5 — rgb(135, 231, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 94%, 75%);
text
color: hsl(203, 94%, 75%);
border
border: 2px solid hsl(203, 94%, 75%);
gradient light
background: linear-gradient(to right, hsl(203, 94%, 95%), hsl(203, 94%, 75%));
gradient dark
background: linear-gradient(to right, hsl(203, 94%, 75%), hsl(203, 94%, 55%))
hex
background-color: #83CDFB;
tailwind
bg-[hsl(203,94%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 94%, 75%, 0.4);
css variable
--color-primary: hsl(203, 94%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 94%, 75%)?
HEX: #83CDFB | RGB: rgb(131, 205, 251) | CMYK: 48%, 18%, 0%, 2% | HSV: 203°, 48%, 98%. Copy any format from the conversion table above.
What colors go well with #83CDFB?
The complementary color is HSL(23, 94%, 75%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 94%, 75%) in CSS?
As HSL: color: hsl(203, 94%, 75%); — As HEX: color: #83CDFB; — As RGB: color: rgb(131, 205, 251); — Tailwind CSS: bg-[hsl(203,94%,75%)] — CSS variable: --color-primary: hsl(203, 94%, 75%);