HSL(232, 97%, 59%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,97%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 97%, 59%) | color: hsl(232, 97%, 59%) | |
| HEX | #314CFC | color: #314CFC | |
| RGB | rgb(49, 76, 252) | color: rgb(49, 76, 252) | |
| CMYK | cmyk(81%, 70%, 0%, 1%) | — | |
| HSV | hsv(232, 81%, 99%) | — | |
| HWB | hwb(232 19% 1%) | color: hwb(232 19% 1%) | |
| OKLCH | oklch(0.5257 0.2585 268.03) | color: oklch(0.5257 0.2585 268.03) | |
| Lab | lab(42.53 51.96 -89.13) | color: lab(42.53 51.96 -89.13) | |
| LCH | lch(42.53 103.17 300.24) | color: lch(42.53 103.17 300.24) |
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)
#3D3DD1 — rgb(61, 61, 209)
Deuteranopia (Green-blind)
#3B39C7 — rgb(59, 57, 199)
Tritanopia (Blue-blind)
#32B0A8 — rgb(50, 176, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 97%, 59%);
text
color: hsl(232, 97%, 59%);
border
border: 2px solid hsl(232, 97%, 59%);
gradient light
background: linear-gradient(to right, hsl(232, 97%, 79%), hsl(232, 97%, 59%));
gradient dark
background: linear-gradient(to right, hsl(232, 97%, 59%), hsl(232, 97%, 39%))
hex
background-color: #314CFC;
tailwind
bg-[hsl(232,97%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 97%, 59%, 0.4);
css variable
--color-primary: hsl(232, 97%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 97%, 59%)?
HEX: #314CFC | RGB: rgb(49, 76, 252) | CMYK: 81%, 70%, 0%, 1% | HSV: 232°, 81%, 99%. Copy any format from the conversion table above.
What colors go well with #314CFC?
The complementary color is HSL(52, 97%, 59%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 97%, 59%) in CSS?
As HSL: color: hsl(232, 97%, 59%); — As HEX: color: #314CFC; — As RGB: color: rgb(49, 76, 252); — Tailwind CSS: bg-[hsl(232,97%,59%)] — CSS variable: --color-primary: hsl(232, 97%, 59%);