HSL(254, 50%, 55%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(254,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(254, 50%, 55%) | color: hsl(254, 50%, 55%) | |
| HEX | #6E53C6 | color: #6E53C6 | |
| RGB | rgb(110, 83, 198) | color: rgb(110, 83, 198) | |
| CMYK | cmyk(44%, 58%, 0%, 22%) | — | |
| HSV | hsv(254, 58%, 78%) | — | |
| HWB | hwb(254 33% 22%) | color: hwb(254 33% 22%) | |
| OKLCH | oklch(0.5303 0.1715 290.11) | color: oklch(0.5303 0.1715 290.11) | |
| Lab | lab(43.62 38.98 -56.48) | color: lab(43.62 38.98 -56.48) | |
| LCH | lch(43.62 68.63 304.61) | color: lch(43.62 68.63 304.61) |
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)
#6262AA — rgb(98, 98, 170)
Deuteranopia (Green-blind)
#6466A4 — rgb(100, 102, 164)
Tritanopia (Blue-blind)
#6D948F — rgb(109, 148, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(254, 50%, 55%);
text
color: hsl(254, 50%, 55%);
border
border: 2px solid hsl(254, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(254, 50%, 75%), hsl(254, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(254, 50%, 55%), hsl(254, 50%, 35%))
hex
background-color: #6E53C6;
tailwind
bg-[hsl(254,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(254, 50%, 55%, 0.4);
css variable
--color-primary: hsl(254, 50%, 55%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(254, 50%, 55%)?
HEX: #6E53C6 | RGB: rgb(110, 83, 198) | CMYK: 44%, 58%, 0%, 22% | HSV: 254°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #6E53C6?
The complementary color is HSL(74, 50%, 55%). For a triadic harmony, use hues 254°, 14°, and 134°. For analogous combinations, try hues 224° and 284°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(254, 50%, 55%) in CSS?
As HSL: color: hsl(254, 50%, 55%); — As HEX: color: #6E53C6; — As RGB: color: rgb(110, 83, 198); — Tailwind CSS: bg-[hsl(254,50%,55%)] — CSS variable: --color-primary: hsl(254, 50%, 55%);