HSL(233, 64%, 52%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,64%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 64%, 52%) | color: hsl(233, 64%, 52%) | |
| HEX | #3649D3 | color: #3649D3 | |
| RGB | rgb(54, 73, 211) | color: rgb(54, 73, 211) | |
| CMYK | cmyk(74%, 65%, 0%, 17%) | — | |
| HSV | hsv(233, 74%, 83%) | — | |
| HWB | hwb(233 22% 17%) | color: hwb(233 22% 17%) | |
| OKLCH | oklch(0.4841 0.2107 270.09) | color: oklch(0.4841 0.2107 270.09) | |
| Lab | lab(38.29 40.09 -72.85) | color: lab(38.29 40.09 -72.85) | |
| LCH | lch(38.29 83.15 298.82) | color: lch(38.29 83.15 298.82) |
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)
#3E3EB2 — rgb(62, 62, 178)
Deuteranopia (Green-blind)
#3D3CAA — rgb(61, 60, 170)
Tritanopia (Blue-blind)
#379791 — rgb(55, 151, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 64%, 52%);
text
color: hsl(233, 64%, 52%);
border
border: 2px solid hsl(233, 64%, 52%);
gradient light
background: linear-gradient(to right, hsl(233, 64%, 72%), hsl(233, 64%, 52%));
gradient dark
background: linear-gradient(to right, hsl(233, 64%, 52%), hsl(233, 64%, 32%))
hex
background-color: #3649D3;
tailwind
bg-[hsl(233,64%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 64%, 52%, 0.4);
css variable
--color-primary: hsl(233, 64%, 52%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 64%, 52%)?
HEX: #3649D3 | RGB: rgb(54, 73, 211) | CMYK: 74%, 65%, 0%, 17% | HSV: 233°, 74%, 83%. Copy any format from the conversion table above.
What colors go well with #3649D3?
The complementary color is HSL(53, 64%, 52%). 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%, 52%) in CSS?
As HSL: color: hsl(233, 64%, 52%); — As HEX: color: #3649D3; — As RGB: color: rgb(54, 73, 211); — Tailwind CSS: bg-[hsl(233,64%,52%)] — CSS variable: --color-primary: hsl(233, 64%, 52%);