HSL(233, 47%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,47%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 47%, 53%) | color: hsl(233, 47%, 53%) | |
| HEX | #4F5CBF | color: #4F5CBF | |
| RGB | rgb(79, 92, 191) | color: rgb(79, 92, 191) | |
| CMYK | cmyk(59%, 52%, 0%, 25%) | — | |
| HSV | hsv(233, 59%, 75%) | — | |
| HWB | hwb(233 31% 25%) | color: hwb(233 31% 25%) | |
| OKLCH | oklch(0.5171 0.1542 274.09) | color: oklch(0.5171 0.1542 274.09) | |
| Lab | lab(42.88 24.87 -53.74) | color: lab(42.88 24.87 -53.74) | |
| LCH | lch(42.88 59.22 294.83) | color: lch(42.88 59.22 294.83) |
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)
#5555A7 — rgb(85, 85, 167)
Deuteranopia (Green-blind)
#5453A1 — rgb(84, 83, 161)
Tritanopia (Blue-blind)
#509490 — rgb(80, 148, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 47%, 53%);
text
color: hsl(233, 47%, 53%);
border
border: 2px solid hsl(233, 47%, 53%);
gradient light
background: linear-gradient(to right, hsl(233, 47%, 73%), hsl(233, 47%, 53%));
gradient dark
background: linear-gradient(to right, hsl(233, 47%, 53%), hsl(233, 47%, 33%))
hex
background-color: #4F5CBF;
tailwind
bg-[hsl(233,47%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 47%, 53%, 0.4);
css variable
--color-primary: hsl(233, 47%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 47%, 53%)?
HEX: #4F5CBF | RGB: rgb(79, 92, 191) | CMYK: 59%, 52%, 0%, 25% | HSV: 233°, 59%, 75%. Copy any format from the conversion table above.
What colors go well with #4F5CBF?
The complementary color is HSL(53, 47%, 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, 47%, 53%) in CSS?
As HSL: color: hsl(233, 47%, 53%); — As HEX: color: #4F5CBF; — As RGB: color: rgb(79, 92, 191); — Tailwind CSS: bg-[hsl(233,47%,53%)] — CSS variable: --color-primary: hsl(233, 47%, 53%);