HSL(249, 92%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,92%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 92%, 69%) | color: hsl(249, 92%, 69%) | |
| HEX | #7D67F9 | color: #7D67F9 | |
| RGB | rgb(125, 103, 249) | color: rgb(125, 103, 249) | |
| CMYK | cmyk(50%, 59%, 0%, 2%) | — | |
| HSV | hsv(249, 59%, 98%) | — | |
| HWB | hwb(249 40% 2%) | color: hwb(249 40% 2%) | |
| OKLCH | oklch(0.6123 0.209 285.3) | color: oklch(0.6123 0.209 285.3) | |
| Lab | lab(52.84 45.23 -70.42) | color: lab(52.84 45.23 -70.42) | |
| LCH | lch(52.84 83.69 302.71) | color: lch(52.84 83.69 302.71) |
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)
#7373D6 — rgb(115, 115, 214)
Deuteranopia (Green-blind)
#7576CD — rgb(117, 118, 205)
Tritanopia (Blue-blind)
#7CBAB4 — rgb(124, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 92%, 69%);
text
color: hsl(249, 92%, 69%);
border
border: 2px solid hsl(249, 92%, 69%);
gradient light
background: linear-gradient(to right, hsl(249, 92%, 89%), hsl(249, 92%, 69%));
gradient dark
background: linear-gradient(to right, hsl(249, 92%, 69%), hsl(249, 92%, 49%))
hex
background-color: #7D67F9;
tailwind
bg-[hsl(249,92%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 92%, 69%, 0.4);
css variable
--color-primary: hsl(249, 92%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 92%, 69%)?
HEX: #7D67F9 | RGB: rgb(125, 103, 249) | CMYK: 50%, 59%, 0%, 2% | HSV: 249°, 59%, 98%. Copy any format from the conversion table above.
What colors go well with #7D67F9?
The complementary color is HSL(69, 92%, 69%). 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, 92%, 69%) in CSS?
As HSL: color: hsl(249, 92%, 69%); — As HEX: color: #7D67F9; — As RGB: color: rgb(125, 103, 249); — Tailwind CSS: bg-[hsl(249,92%,69%)] — CSS variable: --color-primary: hsl(249, 92%, 69%);