HSL(231, 89%, 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(231,89%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 89%, 53%) | color: hsl(231, 89%, 53%) | |
| HEX | #1C3CF2 | color: #1C3CF2 | |
| RGB | rgb(28, 60, 242) | color: rgb(28, 60, 242) | |
| CMYK | cmyk(88%, 75%, 0%, 5%) | — | |
| HSV | hsv(231, 88%, 95%) | — | |
| HWB | hwb(231 11% 5%) | color: hwb(231 11% 5%) | |
| OKLCH | oklch(0.4858 0.2664 266.03) | color: oklch(0.4858 0.2664 266.03) | |
| Lab | lab(37.64 56.55 -91.63) | color: lab(37.64 56.55 -91.63) | |
| LCH | lch(37.64 107.68 301.68) | color: lch(37.64 107.68 301.68) |
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)
#2A2AC6 — rgb(42, 42, 198)
Deuteranopia (Green-blind)
#2826BB — rgb(40, 38, 187)
Tritanopia (Blue-blind)
#1EA39C — rgb(30, 163, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 89%, 53%);
text
color: hsl(231, 89%, 53%);
border
border: 2px solid hsl(231, 89%, 53%);
gradient light
background: linear-gradient(to right, hsl(231, 89%, 73%), hsl(231, 89%, 53%));
gradient dark
background: linear-gradient(to right, hsl(231, 89%, 53%), hsl(231, 89%, 33%))
hex
background-color: #1C3CF2;
tailwind
bg-[hsl(231,89%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 89%, 53%, 0.4);
css variable
--color-primary: hsl(231, 89%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 89%, 53%)?
HEX: #1C3CF2 | RGB: rgb(28, 60, 242) | CMYK: 88%, 75%, 0%, 5% | HSV: 231°, 88%, 95%. Copy any format from the conversion table above.
What colors go well with #1C3CF2?
The complementary color is HSL(51, 89%, 53%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 89%, 53%) in CSS?
As HSL: color: hsl(231, 89%, 53%); — As HEX: color: #1C3CF2; — As RGB: color: rgb(28, 60, 242); — Tailwind CSS: bg-[hsl(231,89%,53%)] — CSS variable: --color-primary: hsl(231, 89%, 53%);