HSL(221, 84%, 51%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,84%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 84%, 51%) | color: hsl(221, 84%, 51%) | |
| HEX | #195CEB | color: #195CEB | |
| RGB | rgb(25, 92, 235) | color: rgb(25, 92, 235) | |
| CMYK | cmyk(89%, 61%, 0%, 8%) | — | |
| HSV | hsv(221, 89%, 92%) | — | |
| HWB | hwb(221 10% 8%) | color: hwb(221 10% 8%) | |
| OKLCH | oklch(0.5302 0.2254 262.63) | color: oklch(0.5302 0.2254 262.63) | |
| Lab | lab(44.03 34.73 -77.16) | color: lab(44.03 34.73 -77.16) | |
| LCH | lch(44.03 84.62 294.23) | color: lch(44.03 84.62 294.23) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#3637C8 — rgb(54, 55, 200)
Deuteranopia (Green-blind)
#322DC0 — rgb(50, 45, 192)
Tritanopia (Blue-blind)
#1CADA7 — rgb(28, 173, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 84%, 51%);
text
color: hsl(221, 84%, 51%);
border
border: 2px solid hsl(221, 84%, 51%);
gradient light
background: linear-gradient(to right, hsl(221, 84%, 71%), hsl(221, 84%, 51%));
gradient dark
background: linear-gradient(to right, hsl(221, 84%, 51%), hsl(221, 84%, 31%))
hex
background-color: #195CEB;
tailwind
bg-[hsl(221,84%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 84%, 51%, 0.4);
css variable
--color-primary: hsl(221, 84%, 51%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 84%, 51%)?
HEX: #195CEB | RGB: rgb(25, 92, 235) | CMYK: 89%, 61%, 0%, 8% | HSV: 221°, 89%, 92%. Copy any format from the conversion table above.
What colors go well with #195CEB?
The complementary color is HSL(41, 84%, 51%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 84%, 51%) in CSS?
As HSL: color: hsl(221, 84%, 51%); — As HEX: color: #195CEB; — As RGB: color: rgb(25, 92, 235); — Tailwind CSS: bg-[hsl(221,84%,51%)] — CSS variable: --color-primary: hsl(221, 84%, 51%);