HSL(249, 95%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,95%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 95%, 67%) | color: hsl(249, 95%, 67%) | |
| HEX | #735BFB | color: #735BFB | |
| RGB | rgb(115, 91, 251) | color: rgb(115, 91, 251) | |
| CMYK | cmyk(54%, 64%, 0%, 2%) | — | |
| HSV | hsv(249, 64%, 98%) | — | |
| HWB | hwb(249 35% 2%) | color: hwb(249 35% 2%) | |
| OKLCH | oklch(0.5871 0.2272 283.74) | color: oklch(0.5871 0.2272 283.74) | |
| Lab | lab(49.61 50.77 -76.82) | color: lab(49.61 50.77 -76.82) | |
| LCH | lch(49.61 92.08 303.46) | color: lch(49.61 92.08 303.46) |
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)
#6968D4 — rgb(105, 104, 212)
Deuteranopia (Green-blind)
#6A6CCB — rgb(106, 108, 203)
Tritanopia (Blue-blind)
#72B6AF — rgb(114, 182, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 95%, 67%);
text
color: hsl(249, 95%, 67%);
border
border: 2px solid hsl(249, 95%, 67%);
gradient light
background: linear-gradient(to right, hsl(249, 95%, 87%), hsl(249, 95%, 67%));
gradient dark
background: linear-gradient(to right, hsl(249, 95%, 67%), hsl(249, 95%, 47%))
hex
background-color: #735BFB;
tailwind
bg-[hsl(249,95%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 95%, 67%, 0.4);
css variable
--color-primary: hsl(249, 95%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 95%, 67%)?
HEX: #735BFB | RGB: rgb(115, 91, 251) | CMYK: 54%, 64%, 0%, 2% | HSV: 249°, 64%, 98%. Copy any format from the conversion table above.
What colors go well with #735BFB?
The complementary color is HSL(69, 95%, 67%). 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, 95%, 67%) in CSS?
As HSL: color: hsl(249, 95%, 67%); — As HEX: color: #735BFB; — As RGB: color: rgb(115, 91, 251); — Tailwind CSS: bg-[hsl(249,95%,67%)] — CSS variable: --color-primary: hsl(249, 95%, 67%);