HSL(249, 55%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,55%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 55%, 61%) | color: hsl(249, 55%, 61%) | |
| HEX | #7565D2 | color: #7565D2 | |
| RGB | rgb(117, 101, 210) | color: rgb(117, 101, 210) | |
| CMYK | cmyk(44%, 52%, 0%, 18%) | — | |
| HSV | hsv(249, 52%, 82%) | — | |
| HWB | hwb(249 39% 18%) | color: hwb(249 39% 18%) | |
| OKLCH | oklch(0.5755 0.1617 286.9) | color: oklch(0.5755 0.1617 286.9) | |
| Lab | lab(49.18 33.4 -54.4) | color: lab(49.18 33.4 -54.4) | |
| LCH | lch(49.18 63.84 301.55) | color: lch(49.18 63.84 301.55) |
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)
#6E6EB8 — rgb(110, 110, 184)
Deuteranopia (Green-blind)
#6F70B1 — rgb(111, 112, 177)
Tritanopia (Blue-blind)
#74A39E — rgb(116, 163, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 55%, 61%);
text
color: hsl(249, 55%, 61%);
border
border: 2px solid hsl(249, 55%, 61%);
gradient light
background: linear-gradient(to right, hsl(249, 55%, 81%), hsl(249, 55%, 61%));
gradient dark
background: linear-gradient(to right, hsl(249, 55%, 61%), hsl(249, 55%, 41%))
hex
background-color: #7565D2;
tailwind
bg-[hsl(249,55%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 55%, 61%, 0.4);
css variable
--color-primary: hsl(249, 55%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 55%, 61%)?
HEX: #7565D2 | RGB: rgb(117, 101, 210) | CMYK: 44%, 52%, 0%, 18% | HSV: 249°, 52%, 82%. Copy any format from the conversion table above.
What colors go well with #7565D2?
The complementary color is HSL(69, 55%, 61%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 55%, 61%) in CSS?
As HSL: color: hsl(249, 55%, 61%); — As HEX: color: #7565D2; — As RGB: color: rgb(117, 101, 210); — Tailwind CSS: bg-[hsl(249,55%,61%)] — CSS variable: --color-primary: hsl(249, 55%, 61%);