HSL(229, 82%, 56%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,82%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 82%, 56%) | color: hsl(229, 82%, 56%) | |
| HEX | #3355EB | color: #3355EB | |
| RGB | rgb(51, 85, 235) | color: rgb(51, 85, 235) | |
| CMYK | cmyk(78%, 64%, 0%, 8%) | — | |
| HSV | hsv(229, 78%, 92%) | — | |
| HWB | hwb(229 20% 8%) | color: hwb(229 20% 8%) | |
| OKLCH | oklch(0.5251 0.2281 267.47) | color: oklch(0.5251 0.2281 267.47) | |
| Lab | lab(43.06 40.86 -78.72) | color: lab(43.06 40.86 -78.72) | |
| LCH | lch(43.06 88.69 297.43) | color: lch(43.06 88.69 297.43) |
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)
#4242C7 — rgb(66, 66, 199)
Deuteranopia (Green-blind)
#403DBE — rgb(64, 61, 190)
Tritanopia (Blue-blind)
#35AAA4 — rgb(53, 170, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 82%, 56%);
text
color: hsl(229, 82%, 56%);
border
border: 2px solid hsl(229, 82%, 56%);
gradient light
background: linear-gradient(to right, hsl(229, 82%, 76%), hsl(229, 82%, 56%));
gradient dark
background: linear-gradient(to right, hsl(229, 82%, 56%), hsl(229, 82%, 36%))
hex
background-color: #3355EB;
tailwind
bg-[hsl(229,82%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 82%, 56%, 0.4);
css variable
--color-primary: hsl(229, 82%, 56%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 82%, 56%)?
HEX: #3355EB | RGB: rgb(51, 85, 235) | CMYK: 78%, 64%, 0%, 8% | HSV: 229°, 78%, 92%. Copy any format from the conversion table above.
What colors go well with #3355EB?
The complementary color is HSL(49, 82%, 56%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 82%, 56%) in CSS?
As HSL: color: hsl(229, 82%, 56%); — As HEX: color: #3355EB; — As RGB: color: rgb(51, 85, 235); — Tailwind CSS: bg-[hsl(229,82%,56%)] — CSS variable: --color-primary: hsl(229, 82%, 56%);