HSL(202, 96%, 47%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,96%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 96%, 47%) | color: hsl(202, 96%, 47%) | |
| HEX | #0597EB | color: #0597EB | |
| RGB | rgb(5, 151, 235) | color: rgb(5, 151, 235) | |
| CMYK | cmyk(98%, 36%, 0%, 8%) | — | |
| HSV | hsv(202, 98%, 92%) | — | |
| HWB | hwb(202 2% 8%) | color: hwb(202 2% 8%) | |
| OKLCH | oklch(0.6529 0.1622 244.67) | color: oklch(0.6529 0.1622 244.67) | |
| Lab | lab(60.03 -2.66 -51.34) | color: lab(60.03 -2.66 -51.34) | |
| LCH | lch(60.03 51.41 267.03) | color: lch(60.03 51.41 267.03) |
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)
#4446D7 — rgb(68, 70, 215)
Deuteranopia (Green-blind)
#3C31D2 — rgb(60, 49, 210)
Tritanopia (Blue-blind)
#0CC7C3 — rgb(12, 199, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 96%, 47%);
text
color: hsl(202, 96%, 47%);
border
border: 2px solid hsl(202, 96%, 47%);
gradient light
background: linear-gradient(to right, hsl(202, 96%, 67%), hsl(202, 96%, 47%));
gradient dark
background: linear-gradient(to right, hsl(202, 96%, 47%), hsl(202, 96%, 27%))
hex
background-color: #0597EB;
tailwind
bg-[hsl(202,96%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 96%, 47%, 0.4);
css variable
--color-primary: hsl(202, 96%, 47%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 96%, 47%)?
HEX: #0597EB | RGB: rgb(5, 151, 235) | CMYK: 98%, 36%, 0%, 8% | HSV: 202°, 98%, 92%. Copy any format from the conversion table above.
What colors go well with #0597EB?
The complementary color is HSL(22, 96%, 47%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 96%, 47%) in CSS?
As HSL: color: hsl(202, 96%, 47%); — As HEX: color: #0597EB; — As RGB: color: rgb(5, 151, 235); — Tailwind CSS: bg-[hsl(202,96%,47%)] — CSS variable: --color-primary: hsl(202, 96%, 47%);