HSL(237, 86%, 55%)
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,86%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 86%, 55%) | color: hsl(237, 86%, 55%) | |
| HEX | #2A33EF | color: #2A33EF | |
| RGB | rgb(42, 51, 239) | color: rgb(42, 51, 239) | |
| CMYK | cmyk(82%, 79%, 0%, 6%) | — | |
| HSV | hsv(237, 82%, 94%) | — | |
| HWB | hwb(237 17% 6%) | color: hwb(237 17% 6%) | |
| OKLCH | oklch(0.4757 0.2677 268.66) | color: oklch(0.4757 0.2677 268.66) | |
| Lab | lab(36.16 60.79 -92.38) | color: lab(36.16 60.79 -92.38) | |
| LCH | lch(36.16 110.59 303.35) | color: lch(36.16 110.59 303.35) |
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)
#2E2EC2 — rgb(46, 46, 194)
Deuteranopia (Green-blind)
#2D2DB7 — rgb(45, 45, 183)
Tritanopia (Blue-blind)
#2A9E96 — rgb(42, 158, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 86%, 55%);
text
color: hsl(237, 86%, 55%);
border
border: 2px solid hsl(237, 86%, 55%);
gradient light
background: linear-gradient(to right, hsl(237, 86%, 75%), hsl(237, 86%, 55%));
gradient dark
background: linear-gradient(to right, hsl(237, 86%, 55%), hsl(237, 86%, 35%))
hex
background-color: #2A33EF;
tailwind
bg-[hsl(237,86%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 86%, 55%, 0.4);
css variable
--color-primary: hsl(237, 86%, 55%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 86%, 55%)?
HEX: #2A33EF | RGB: rgb(42, 51, 239) | CMYK: 82%, 79%, 0%, 6% | HSV: 237°, 82%, 94%. Copy any format from the conversion table above.
What colors go well with #2A33EF?
The complementary color is HSL(57, 86%, 55%). 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, 86%, 55%) in CSS?
As HSL: color: hsl(237, 86%, 55%); — As HEX: color: #2A33EF; — As RGB: color: rgb(42, 51, 239); — Tailwind CSS: bg-[hsl(237,86%,55%)] — CSS variable: --color-primary: hsl(237, 86%, 55%);