HSL(249, 75%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,75%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 75%, 64%) | color: hsl(249, 75%, 64%) | |
| HEX | #735EE8 | color: #735EE8 | |
| RGB | rgb(115, 94, 232) | color: rgb(115, 94, 232) | |
| CMYK | cmyk(50%, 59%, 0%, 9%) | — | |
| HSV | hsv(249, 59%, 91%) | — | |
| HWB | hwb(249 37% 9%) | color: hwb(249 37% 9%) | |
| OKLCH | oklch(0.5772 0.2 285.21) | color: oklch(0.5772 0.2 285.21) | |
| Lab | lab(48.85 43.51 -67.41) | color: lab(48.85 43.51 -67.41) | |
| LCH | lch(48.85 80.23 302.84) | color: lch(48.85 80.23 302.84) |
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)
#6A6AC7 — rgb(106, 106, 199)
Deuteranopia (Green-blind)
#6B6DBF — rgb(107, 109, 191)
Tritanopia (Blue-blind)
#72ACA6 — rgb(114, 172, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 75%, 64%);
text
color: hsl(249, 75%, 64%);
border
border: 2px solid hsl(249, 75%, 64%);
gradient light
background: linear-gradient(to right, hsl(249, 75%, 84%), hsl(249, 75%, 64%));
gradient dark
background: linear-gradient(to right, hsl(249, 75%, 64%), hsl(249, 75%, 44%))
hex
background-color: #735EE8;
tailwind
bg-[hsl(249,75%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 75%, 64%, 0.4);
css variable
--color-primary: hsl(249, 75%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 75%, 64%)?
HEX: #735EE8 | RGB: rgb(115, 94, 232) | CMYK: 50%, 59%, 0%, 9% | HSV: 249°, 59%, 91%. Copy any format from the conversion table above.
What colors go well with #735EE8?
The complementary color is HSL(69, 75%, 64%). 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, 75%, 64%) in CSS?
As HSL: color: hsl(249, 75%, 64%); — As HEX: color: #735EE8; — As RGB: color: rgb(115, 94, 232); — Tailwind CSS: bg-[hsl(249,75%,64%)] — CSS variable: --color-primary: hsl(249, 75%, 64%);