HSL(234, 55%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,55%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 55%, 61%) | color: hsl(234, 55%, 61%) | |
| HEX | #6570D2 | color: #6570D2 | |
| RGB | rgb(101, 112, 210) | color: rgb(101, 112, 210) | |
| CMYK | cmyk(52%, 47%, 0%, 18%) | — | |
| HSV | hsv(234, 52%, 82%) | — | |
| HWB | hwb(234 39% 18%) | color: hwb(234 39% 18%) | |
| OKLCH | oklch(0.5838 0.1489 275.95) | color: oklch(0.5838 0.1489 275.95) | |
| Lab | lab(50.7 23.15 -52.04) | color: lab(50.7 23.15 -52.04) | |
| LCH | lch(50.7 56.96 293.98) | color: lch(50.7 56.96 293.98) |
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)
#6A6ABA — rgb(106, 106, 186)
Deuteranopia (Green-blind)
#6968B5 — rgb(105, 104, 181)
Tritanopia (Blue-blind)
#66A8A3 — rgb(102, 168, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 55%, 61%);
text
color: hsl(234, 55%, 61%);
border
border: 2px solid hsl(234, 55%, 61%);
gradient light
background: linear-gradient(to right, hsl(234, 55%, 81%), hsl(234, 55%, 61%));
gradient dark
background: linear-gradient(to right, hsl(234, 55%, 61%), hsl(234, 55%, 41%))
hex
background-color: #6570D2;
tailwind
bg-[hsl(234,55%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 55%, 61%, 0.4);
css variable
--color-primary: hsl(234, 55%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 55%, 61%)?
HEX: #6570D2 | RGB: rgb(101, 112, 210) | CMYK: 52%, 47%, 0%, 18% | HSV: 234°, 52%, 82%. Copy any format from the conversion table above.
What colors go well with #6570D2?
The complementary color is HSL(54, 55%, 61%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 55%, 61%) in CSS?
As HSL: color: hsl(234, 55%, 61%); — As HEX: color: #6570D2; — As RGB: color: rgb(101, 112, 210); — Tailwind CSS: bg-[hsl(234,55%,61%)] — CSS variable: --color-primary: hsl(234, 55%, 61%);