HSL(233, 64%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,64%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 64%, 53%) | color: hsl(233, 64%, 53%) | |
| HEX | #3A4CD4 | color: #3A4CD4 | |
| RGB | rgb(58, 76, 212) | color: rgb(58, 76, 212) | |
| CMYK | cmyk(73%, 64%, 0%, 17%) | — | |
| HSV | hsv(233, 73%, 83%) | — | |
| HWB | hwb(233 22% 17%) | color: hwb(233 22% 17%) | |
| OKLCH | oklch(0.4921 0.2076 270.66) | color: oklch(0.4921 0.2076 270.66) | |
| Lab | lab(39.28 39.02 -71.8) | color: lab(39.28 39.02 -71.8) | |
| LCH | lch(39.28 81.72 298.52) | color: lch(39.28 81.72 298.52) |
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)
#4242B3 — rgb(66, 66, 179)
Deuteranopia (Green-blind)
#413FAB — rgb(65, 63, 171)
Tritanopia (Blue-blind)
#3B9993 — rgb(59, 153, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 64%, 53%);
text
color: hsl(233, 64%, 53%);
border
border: 2px solid hsl(233, 64%, 53%);
gradient light
background: linear-gradient(to right, hsl(233, 64%, 73%), hsl(233, 64%, 53%));
gradient dark
background: linear-gradient(to right, hsl(233, 64%, 53%), hsl(233, 64%, 33%))
hex
background-color: #3A4CD4;
tailwind
bg-[hsl(233,64%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 64%, 53%, 0.4);
css variable
--color-primary: hsl(233, 64%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 64%, 53%)?
HEX: #3A4CD4 | RGB: rgb(58, 76, 212) | CMYK: 73%, 64%, 0%, 17% | HSV: 233°, 73%, 83%. Copy any format from the conversion table above.
What colors go well with #3A4CD4?
The complementary color is HSL(53, 64%, 53%). 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, 64%, 53%) in CSS?
As HSL: color: hsl(233, 64%, 53%); — As HEX: color: #3A4CD4; — As RGB: color: rgb(58, 76, 212); — Tailwind CSS: bg-[hsl(233,64%,53%)] — CSS variable: --color-primary: hsl(233, 64%, 53%);