HSL(237, 93%, 57%)
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,93%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 93%, 57%) | color: hsl(237, 93%, 57%) | |
| HEX | #2B36F7 | color: #2B36F7 | |
| RGB | rgb(43, 54, 247) | color: rgb(43, 54, 247) | |
| CMYK | cmyk(83%, 78%, 0%, 3%) | — | |
| HSV | hsv(237, 83%, 97%) | — | |
| HWB | hwb(237 16% 3%) | color: hwb(237 16% 3%) | |
| OKLCH | oklch(0.4885 0.2739 268.48) | color: oklch(0.4885 0.2739 268.48) | |
| Lab | lab(37.6 61.83 -94.5) | color: lab(37.6 61.83 -94.5) | |
| LCH | lch(37.6 112.93 303.2) | color: lch(37.6 112.93 303.2) |
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)
#3030C8 — rgb(48, 48, 200)
Deuteranopia (Green-blind)
#2F2EBD — rgb(47, 46, 189)
Tritanopia (Blue-blind)
#2CA39B — rgb(44, 163, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 93%, 57%);
text
color: hsl(237, 93%, 57%);
border
border: 2px solid hsl(237, 93%, 57%);
gradient light
background: linear-gradient(to right, hsl(237, 93%, 77%), hsl(237, 93%, 57%));
gradient dark
background: linear-gradient(to right, hsl(237, 93%, 57%), hsl(237, 93%, 37%))
hex
background-color: #2B36F7;
tailwind
bg-[hsl(237,93%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 93%, 57%, 0.4);
css variable
--color-primary: hsl(237, 93%, 57%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 93%, 57%)?
HEX: #2B36F7 | RGB: rgb(43, 54, 247) | CMYK: 83%, 78%, 0%, 3% | HSV: 237°, 83%, 97%. Copy any format from the conversion table above.
What colors go well with #2B36F7?
The complementary color is HSL(57, 93%, 57%). 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, 93%, 57%) in CSS?
As HSL: color: hsl(237, 93%, 57%); — As HEX: color: #2B36F7; — As RGB: color: rgb(43, 54, 247); — Tailwind CSS: bg-[hsl(237,93%,57%)] — CSS variable: --color-primary: hsl(237, 93%, 57%);