HSL(236, 97%, 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(236,97%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 97%, 55%) | color: hsl(236, 97%, 55%) | |
| HEX | #1D2CFC | color: #1D2CFC | |
| RGB | rgb(29, 44, 252) | color: rgb(29, 44, 252) | |
| CMYK | cmyk(88%, 83%, 0%, 1%) | — | |
| HSV | hsv(236, 88%, 99%) | — | |
| HWB | hwb(236 12% 1%) | color: hwb(236 12% 1%) | |
| OKLCH | oklch(0.4788 0.2894 266.52) | color: oklch(0.4788 0.2894 266.52) | |
| Lab | lab(36.15 67.41 -99.72) | color: lab(36.15 67.41 -99.72) | |
| LCH | lch(36.15 120.37 304.06) | color: lch(36.15 120.37 304.06) |
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)
#2324CA — rgb(35, 36, 202)
Deuteranopia (Green-blind)
#2322BE — rgb(35, 34, 190)
Tritanopia (Blue-blind)
#1EA299 — rgb(30, 162, 153)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 97%, 55%);
text
color: hsl(236, 97%, 55%);
border
border: 2px solid hsl(236, 97%, 55%);
gradient light
background: linear-gradient(to right, hsl(236, 97%, 75%), hsl(236, 97%, 55%));
gradient dark
background: linear-gradient(to right, hsl(236, 97%, 55%), hsl(236, 97%, 35%))
hex
background-color: #1D2CFC;
tailwind
bg-[hsl(236,97%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 97%, 55%, 0.4);
css variable
--color-primary: hsl(236, 97%, 55%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 97%, 55%)?
HEX: #1D2CFC | RGB: rgb(29, 44, 252) | CMYK: 88%, 83%, 0%, 1% | HSV: 236°, 88%, 99%. Copy any format from the conversion table above.
What colors go well with #1D2CFC?
The complementary color is HSL(56, 97%, 55%). 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, 97%, 55%) in CSS?
As HSL: color: hsl(236, 97%, 55%); — As HEX: color: #1D2CFC; — As RGB: color: rgb(29, 44, 252); — Tailwind CSS: bg-[hsl(236,97%,55%)] — CSS variable: --color-primary: hsl(236, 97%, 55%);