HSL(236, 84%, 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(236,84%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 84%, 53%) | color: hsl(236, 84%, 53%) | |
| HEX | #2230EC | color: #2230EC | |
| RGB | rgb(34, 48, 236) | color: rgb(34, 48, 236) | |
| CMYK | cmyk(86%, 80%, 0%, 7%) | — | |
| HSV | hsv(236, 86%, 93%) | — | |
| HWB | hwb(236 13% 7%) | color: hwb(236 13% 7%) | |
| OKLCH | oklch(0.4659 0.2685 267.45) | color: oklch(0.4659 0.2685 267.45) | |
| Lab | lab(35.02 60.98 -92.58) | color: lab(35.02 60.98 -92.58) | |
| LCH | lch(35.02 110.86 303.37) | color: lch(35.02 110.86 303.37) |
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)
#2828BF — rgb(40, 40, 191)
Deuteranopia (Green-blind)
#2726B4 — rgb(39, 38, 180)
Tritanopia (Blue-blind)
#239B93 — rgb(35, 155, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 84%, 53%);
text
color: hsl(236, 84%, 53%);
border
border: 2px solid hsl(236, 84%, 53%);
gradient light
background: linear-gradient(to right, hsl(236, 84%, 73%), hsl(236, 84%, 53%));
gradient dark
background: linear-gradient(to right, hsl(236, 84%, 53%), hsl(236, 84%, 33%))
hex
background-color: #2230EC;
tailwind
bg-[hsl(236,84%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 84%, 53%, 0.4);
css variable
--color-primary: hsl(236, 84%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 84%, 53%)?
HEX: #2230EC | RGB: rgb(34, 48, 236) | CMYK: 86%, 80%, 0%, 7% | HSV: 236°, 86%, 93%. Copy any format from the conversion table above.
What colors go well with #2230EC?
The complementary color is HSL(56, 84%, 53%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 84%, 53%) in CSS?
As HSL: color: hsl(236, 84%, 53%); — As HEX: color: #2230EC; — As RGB: color: rgb(34, 48, 236); — Tailwind CSS: bg-[hsl(236,84%,53%)] — CSS variable: --color-primary: hsl(236, 84%, 53%);