HSL(247, 71%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,71%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 71%, 61%) | color: hsl(247, 71%, 61%) | |
| HEX | #6555E2 | color: #6555E2 | |
| RGB | rgb(101, 85, 226) | color: rgb(101, 85, 226) | |
| CMYK | cmyk(55%, 62%, 0%, 11%) | — | |
| HSV | hsv(247, 62%, 89%) | — | |
| HWB | hwb(247 34% 11%) | color: hwb(247 34% 11%) | |
| OKLCH | oklch(0.547 0.2054 282.35) | color: oklch(0.547 0.2054 282.35) | |
| Lab | lab(45.29 44.36 -69.85) | color: lab(45.29 44.36 -69.85) | |
| LCH | lch(45.29 82.75 302.42) | color: lch(45.29 82.75 302.42) |
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)
#5E5EC0 — rgb(94, 94, 192)
Deuteranopia (Green-blind)
#5F60B8 — rgb(95, 96, 184)
Tritanopia (Blue-blind)
#64A59F — rgb(100, 165, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 71%, 61%);
text
color: hsl(247, 71%, 61%);
border
border: 2px solid hsl(247, 71%, 61%);
gradient light
background: linear-gradient(to right, hsl(247, 71%, 81%), hsl(247, 71%, 61%));
gradient dark
background: linear-gradient(to right, hsl(247, 71%, 61%), hsl(247, 71%, 41%))
hex
background-color: #6555E2;
tailwind
bg-[hsl(247,71%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 71%, 61%, 0.4);
css variable
--color-primary: hsl(247, 71%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 71%, 61%)?
HEX: #6555E2 | RGB: rgb(101, 85, 226) | CMYK: 55%, 62%, 0%, 11% | HSV: 247°, 62%, 89%. Copy any format from the conversion table above.
What colors go well with #6555E2?
The complementary color is HSL(67, 71%, 61%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 71%, 61%) in CSS?
As HSL: color: hsl(247, 71%, 61%); — As HEX: color: #6555E2; — As RGB: color: rgb(101, 85, 226); — Tailwind CSS: bg-[hsl(247,71%,61%)] — CSS variable: --color-primary: hsl(247, 71%, 61%);