HSL(244, 93%, 52%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(244,93%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(244, 93%, 52%) | color: hsl(244, 93%, 52%) | |
| HEX | #2213F6 | color: #2213F6 | |
| RGB | rgb(34, 19, 246) | color: rgb(34, 19, 246) | |
| CMYK | cmyk(86%, 92%, 0%, 4%) | — | |
| HSV | hsv(244, 92%, 96%) | — | |
| HWB | hwb(244 8% 4%) | color: hwb(244 8% 4%) | |
| OKLCH | oklch(0.4544 0.2947 267.63) | color: oklch(0.4544 0.2947 267.63) | |
| Lab | lab(32.83 74.11 -101.89) | color: lab(32.83 74.11 -101.89) | |
| LCH | lch(32.83 125.99 306.03) | color: lch(32.83 125.99 306.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#1C1BBF — rgb(28, 27, 191)
Deuteranopia (Green-blind)
#1C1EB2 — rgb(28, 30, 178)
Tritanopia (Blue-blind)
#21948A — rgb(33, 148, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(244, 93%, 52%);
text
color: hsl(244, 93%, 52%);
border
border: 2px solid hsl(244, 93%, 52%);
gradient light
background: linear-gradient(to right, hsl(244, 93%, 72%), hsl(244, 93%, 52%));
gradient dark
background: linear-gradient(to right, hsl(244, 93%, 52%), hsl(244, 93%, 32%))
hex
background-color: #2213F6;
tailwind
bg-[hsl(244,93%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(244, 93%, 52%, 0.4);
css variable
--color-primary: hsl(244, 93%, 52%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(244, 93%, 52%)?
HEX: #2213F6 | RGB: rgb(34, 19, 246) | CMYK: 86%, 92%, 0%, 4% | HSV: 244°, 92%, 96%. Copy any format from the conversion table above.
What colors go well with #2213F6?
The complementary color is HSL(64, 93%, 52%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(244, 93%, 52%) in CSS?
As HSL: color: hsl(244, 93%, 52%); — As HEX: color: #2213F6; — As RGB: color: rgb(34, 19, 246); — Tailwind CSS: bg-[hsl(244,93%,52%)] — CSS variable: --color-primary: hsl(244, 93%, 52%);