HSL(233, 71%, 55%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,71%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 71%, 55%) | color: hsl(233, 71%, 55%) | |
| HEX | #3B4EDE | color: #3B4EDE | |
| RGB | rgb(59, 78, 222) | color: rgb(59, 78, 222) | |
| CMYK | cmyk(73%, 65%, 0%, 13%) | — | |
| HSV | hsv(233, 73%, 87%) | — | |
| HWB | hwb(233 23% 13%) | color: hwb(233 23% 13%) | |
| OKLCH | oklch(0.505 0.2177 270.41) | color: oklch(0.505 0.2177 270.41) | |
| Lab | lab(40.66 41.37 -75.27) | color: lab(40.66 41.37 -75.27) | |
| LCH | lch(40.66 85.89 298.79) | color: lch(40.66 85.89 298.79) |
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)
#4343BB — rgb(67, 67, 187)
Deuteranopia (Green-blind)
#4241B3 — rgb(66, 65, 179)
Tritanopia (Blue-blind)
#3CA09A — rgb(60, 160, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 71%, 55%);
text
color: hsl(233, 71%, 55%);
border
border: 2px solid hsl(233, 71%, 55%);
gradient light
background: linear-gradient(to right, hsl(233, 71%, 75%), hsl(233, 71%, 55%));
gradient dark
background: linear-gradient(to right, hsl(233, 71%, 55%), hsl(233, 71%, 35%))
hex
background-color: #3B4EDE;
tailwind
bg-[hsl(233,71%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 71%, 55%, 0.4);
css variable
--color-primary: hsl(233, 71%, 55%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 71%, 55%)?
HEX: #3B4EDE | RGB: rgb(59, 78, 222) | CMYK: 73%, 65%, 0%, 13% | HSV: 233°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #3B4EDE?
The complementary color is HSL(53, 71%, 55%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 71%, 55%) in CSS?
As HSL: color: hsl(233, 71%, 55%); — As HEX: color: #3B4EDE; — As RGB: color: rgb(59, 78, 222); — Tailwind CSS: bg-[hsl(233,71%,55%)] — CSS variable: --color-primary: hsl(233, 71%, 55%);