HSL(237, 82%, 53%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,82%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 82%, 53%) | color: hsl(237, 82%, 53%) | |
| HEX | #252FE9 | color: #252FE9 | |
| RGB | rgb(37, 47, 233) | color: rgb(37, 47, 233) | |
| CMYK | cmyk(84%, 80%, 0%, 9%) | — | |
| HSV | hsv(237, 84%, 91%) | — | |
| HWB | hwb(237 15% 9%) | color: hwb(237 15% 9%) | |
| OKLCH | oklch(0.4624 0.2653 268.08) | color: oklch(0.4624 0.2653 268.08) | |
| Lab | lab(34.62 60.66 -91.54) | color: lab(34.62 60.66 -91.54) | |
| LCH | lch(34.62 109.81 303.53) | color: lch(34.62 109.81 303.53) |
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)
#2929BC — rgb(41, 41, 188)
Deuteranopia (Green-blind)
#2928B1 — rgb(41, 40, 177)
Tritanopia (Blue-blind)
#269891 — rgb(38, 152, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 82%, 53%);
text
color: hsl(237, 82%, 53%);
border
border: 2px solid hsl(237, 82%, 53%);
gradient light
background: linear-gradient(to right, hsl(237, 82%, 73%), hsl(237, 82%, 53%));
gradient dark
background: linear-gradient(to right, hsl(237, 82%, 53%), hsl(237, 82%, 33%))
hex
background-color: #252FE9;
tailwind
bg-[hsl(237,82%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 82%, 53%, 0.4);
css variable
--color-primary: hsl(237, 82%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 82%, 53%)?
HEX: #252FE9 | RGB: rgb(37, 47, 233) | CMYK: 84%, 80%, 0%, 9% | HSV: 237°, 84%, 91%. Copy any format from the conversion table above.
What colors go well with #252FE9?
The complementary color is HSL(57, 82%, 53%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 82%, 53%) in CSS?
As HSL: color: hsl(237, 82%, 53%); — As HEX: color: #252FE9; — As RGB: color: rgb(37, 47, 233); — Tailwind CSS: bg-[hsl(237,82%,53%)] — CSS variable: --color-primary: hsl(237, 82%, 53%);