HSL(233, 67%, 62%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,67%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 67%, 62%) | color: hsl(233, 67%, 62%) | |
| HEX | #5D6CDF | color: #5D6CDF | |
| RGB | rgb(93, 108, 223) | color: rgb(93, 108, 223) | |
| CMYK | cmyk(58%, 52%, 0%, 13%) | — | |
| HSV | hsv(233, 58%, 87%) | — | |
| HWB | hwb(233 37% 13%) | color: hwb(233 37% 13%) | |
| OKLCH | oklch(0.5794 0.174 274.07) | color: oklch(0.5794 0.174 274.07) | |
| Lab | lab(49.95 28.17 -60.63) | color: lab(49.95 28.17 -60.63) | |
| LCH | lch(49.95 66.85 294.92) | color: lch(49.95 66.85 294.92) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6364C3 — rgb(99, 100, 195)
Deuteranopia (Green-blind)
#6362BD — rgb(99, 98, 189)
Tritanopia (Blue-blind)
#5EADA8 — rgb(94, 173, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 67%, 62%);
text
color: hsl(233, 67%, 62%);
border
border: 2px solid hsl(233, 67%, 62%);
gradient light
background: linear-gradient(to right, hsl(233, 67%, 82%), hsl(233, 67%, 62%));
gradient dark
background: linear-gradient(to right, hsl(233, 67%, 62%), hsl(233, 67%, 42%))
hex
background-color: #5D6CDF;
tailwind
bg-[hsl(233,67%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 67%, 62%, 0.4);
css variable
--color-primary: hsl(233, 67%, 62%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 67%, 62%)?
HEX: #5D6CDF | RGB: rgb(93, 108, 223) | CMYK: 58%, 52%, 0%, 13% | HSV: 233°, 58%, 87%. Copy any format from the conversion table above.
What colors go well with #5D6CDF?
The complementary color is HSL(53, 67%, 62%). 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, 67%, 62%) in CSS?
As HSL: color: hsl(233, 67%, 62%); — As HEX: color: #5D6CDF; — As RGB: color: rgb(93, 108, 223); — Tailwind CSS: bg-[hsl(233,67%,62%)] — CSS variable: --color-primary: hsl(233, 67%, 62%);