HSL(237, 91%, 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,91%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 91%, 53%) | color: hsl(237, 91%, 53%) | |
| HEX | #1A25F4 | color: #1A25F4 | |
| RGB | rgb(26, 37, 244) | color: rgb(26, 37, 244) | |
| CMYK | cmyk(89%, 85%, 0%, 4%) | — | |
| HSV | hsv(237, 89%, 96%) | — | |
| HWB | hwb(237 11% 4%) | color: hwb(237 11% 4%) | |
| OKLCH | oklch(0.4618 0.286 266.38) | color: oklch(0.4618 0.286 266.38) | |
| Lab | lab(34.13 67.88 -98.59) | color: lab(34.13 67.88 -98.59) | |
| LCH | lch(34.13 119.7 304.55) | color: lch(34.13 119.7 304.55) |
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)
#1F1FC2 — rgb(31, 31, 194)
Deuteranopia (Green-blind)
#1E1DB6 — rgb(30, 29, 182)
Tritanopia (Blue-blind)
#1B9A92 — rgb(27, 154, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 91%, 53%);
text
color: hsl(237, 91%, 53%);
border
border: 2px solid hsl(237, 91%, 53%);
gradient light
background: linear-gradient(to right, hsl(237, 91%, 73%), hsl(237, 91%, 53%));
gradient dark
background: linear-gradient(to right, hsl(237, 91%, 53%), hsl(237, 91%, 33%))
hex
background-color: #1A25F4;
tailwind
bg-[hsl(237,91%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 91%, 53%, 0.4);
css variable
--color-primary: hsl(237, 91%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 91%, 53%)?
HEX: #1A25F4 | RGB: rgb(26, 37, 244) | CMYK: 89%, 85%, 0%, 4% | HSV: 237°, 89%, 96%. Copy any format from the conversion table above.
What colors go well with #1A25F4?
The complementary color is HSL(57, 91%, 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, 91%, 53%) in CSS?
As HSL: color: hsl(237, 91%, 53%); — As HEX: color: #1A25F4; — As RGB: color: rgb(26, 37, 244); — Tailwind CSS: bg-[hsl(237,91%,53%)] — CSS variable: --color-primary: hsl(237, 91%, 53%);