HSL(201, 96%, 59%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,96%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 96%, 59%) | color: hsl(201, 96%, 59%) | |
| HEX | #32B5FB | color: #32B5FB | |
| RGB | rgb(50, 181, 251) | color: rgb(50, 181, 251) | |
| CMYK | cmyk(80%, 28%, 0%, 2%) | — | |
| HSV | hsv(201, 80%, 98%) | — | |
| HWB | hwb(201 20% 2%) | color: hwb(201 20% 2%) | |
| OKLCH | oklch(0.7355 0.1482 238) | color: oklch(0.7355 0.1482 238) | |
| Lab | lab(69.96 -11.28 -44.4) | color: lab(69.96 -11.28 -44.4) | |
| LCH | lch(69.96 45.81 255.75) | color: lch(69.96 45.81 255.75) |
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)
#6B6CEA — rgb(107, 108, 234)
Deuteranopia (Green-blind)
#6359E6 — rgb(99, 89, 230)
Tritanopia (Blue-blind)
#39DDDA — rgb(57, 221, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 96%, 59%);
text
color: hsl(201, 96%, 59%);
border
border: 2px solid hsl(201, 96%, 59%);
gradient light
background: linear-gradient(to right, hsl(201, 96%, 79%), hsl(201, 96%, 59%));
gradient dark
background: linear-gradient(to right, hsl(201, 96%, 59%), hsl(201, 96%, 39%))
hex
background-color: #32B5FB;
tailwind
bg-[hsl(201,96%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 96%, 59%, 0.4);
css variable
--color-primary: hsl(201, 96%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 96%, 59%)?
HEX: #32B5FB | RGB: rgb(50, 181, 251) | CMYK: 80%, 28%, 0%, 2% | HSV: 201°, 80%, 98%. Copy any format from the conversion table above.
What colors go well with #32B5FB?
The complementary color is HSL(21, 96%, 59%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 96%, 59%) in CSS?
As HSL: color: hsl(201, 96%, 59%); — As HEX: color: #32B5FB; — As RGB: color: rgb(50, 181, 251); — Tailwind CSS: bg-[hsl(201,96%,59%)] — CSS variable: --color-primary: hsl(201, 96%, 59%);