HSL(249, 72%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,72%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 72%, 60%) | color: hsl(249, 72%, 60%) | |
| HEX | #6650E2 | color: #6650E2 | |
| RGB | rgb(102, 80, 226) | color: rgb(102, 80, 226) | |
| CMYK | cmyk(55%, 65%, 0%, 11%) | — | |
| HSV | hsv(249, 65%, 89%) | — | |
| HWB | hwb(249 31% 11%) | color: hwb(249 31% 11%) | |
| OKLCH | oklch(0.54 0.2113 283.63) | color: oklch(0.54 0.2113 283.63) | |
| Lab | lab(44.31 47.38 -71.46) | color: lab(44.31 47.38 -71.46) | |
| LCH | lch(44.31 85.74 303.55) | color: lch(44.31 85.74 303.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)
#5C5CBF — rgb(92, 92, 191)
Deuteranopia (Green-blind)
#5E5FB6 — rgb(94, 95, 182)
Tritanopia (Blue-blind)
#65A39D — rgb(101, 163, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 72%, 60%);
text
color: hsl(249, 72%, 60%);
border
border: 2px solid hsl(249, 72%, 60%);
gradient light
background: linear-gradient(to right, hsl(249, 72%, 80%), hsl(249, 72%, 60%));
gradient dark
background: linear-gradient(to right, hsl(249, 72%, 60%), hsl(249, 72%, 40%))
hex
background-color: #6650E2;
tailwind
bg-[hsl(249,72%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 72%, 60%, 0.4);
css variable
--color-primary: hsl(249, 72%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 72%, 60%)?
HEX: #6650E2 | RGB: rgb(102, 80, 226) | CMYK: 55%, 65%, 0%, 11% | HSV: 249°, 65%, 89%. Copy any format from the conversion table above.
What colors go well with #6650E2?
The complementary color is HSL(69, 72%, 60%). 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, 72%, 60%) in CSS?
As HSL: color: hsl(249, 72%, 60%); — As HEX: color: #6650E2; — As RGB: color: rgb(102, 80, 226); — Tailwind CSS: bg-[hsl(249,72%,60%)] — CSS variable: --color-primary: hsl(249, 72%, 60%);