HSL(230, 86%, 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(230,86%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 86%, 55%) | color: hsl(230, 86%, 55%) | |
| HEX | #2A4AEF | color: #2A4AEF | |
| RGB | rgb(42, 74, 239) | color: rgb(42, 74, 239) | |
| CMYK | cmyk(82%, 69%, 0%, 6%) | — | |
| HSV | hsv(230, 82%, 94%) | — | |
| HWB | hwb(230 17% 6%) | color: hwb(230 17% 6%) | |
| OKLCH | oklch(0.5074 0.2468 267.11) | color: oklch(0.5074 0.2468 267.11) | |
| Lab | lab(40.6 48.26 -85.02) | color: lab(40.6 48.26 -85.02) | |
| LCH | lch(40.6 97.76 299.58) | color: lch(40.6 97.76 299.58) |
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)
#3838C7 — rgb(56, 56, 199)
Deuteranopia (Green-blind)
#3634BE — rgb(54, 52, 190)
Tritanopia (Blue-blind)
#2CA8A1 — rgb(44, 168, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 86%, 55%);
text
color: hsl(230, 86%, 55%);
border
border: 2px solid hsl(230, 86%, 55%);
gradient light
background: linear-gradient(to right, hsl(230, 86%, 75%), hsl(230, 86%, 55%));
gradient dark
background: linear-gradient(to right, hsl(230, 86%, 55%), hsl(230, 86%, 35%))
hex
background-color: #2A4AEF;
tailwind
bg-[hsl(230,86%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 86%, 55%, 0.4);
css variable
--color-primary: hsl(230, 86%, 55%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 86%, 55%)?
HEX: #2A4AEF | RGB: rgb(42, 74, 239) | CMYK: 82%, 69%, 0%, 6% | HSV: 230°, 82%, 94%. Copy any format from the conversion table above.
What colors go well with #2A4AEF?
The complementary color is HSL(50, 86%, 55%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 86%, 55%) in CSS?
As HSL: color: hsl(230, 86%, 55%); — As HEX: color: #2A4AEF; — As RGB: color: rgb(42, 74, 239); — Tailwind CSS: bg-[hsl(230,86%,55%)] — CSS variable: --color-primary: hsl(230, 86%, 55%);