HSL(250, 90%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,90%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 90%, 69%) | color: hsl(250, 90%, 69%) | |
| HEX | #8169F7 | color: #8169F7 | |
| RGB | rgb(129, 105, 247) | color: rgb(129, 105, 247) | |
| CMYK | cmyk(48%, 57%, 0%, 3%) | — | |
| HSV | hsv(250, 57%, 97%) | — | |
| HWB | hwb(250 42% 3%) | color: hwb(250 42% 3%) | |
| OKLCH | oklch(0.6173 0.2035 286.58) | color: oklch(0.6173 0.2035 286.58) | |
| Lab | lab(53.48 44.3 -68.26) | color: lab(53.48 44.3 -68.26) | |
| LCH | lch(53.48 81.38 302.98) | color: lch(53.48 81.38 302.98) |
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)
#7776D5 — rgb(119, 118, 213)
Deuteranopia (Green-blind)
#787ACC — rgb(120, 122, 204)
Tritanopia (Blue-blind)
#80BAB4 — rgb(128, 186, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 90%, 69%);
text
color: hsl(250, 90%, 69%);
border
border: 2px solid hsl(250, 90%, 69%);
gradient light
background: linear-gradient(to right, hsl(250, 90%, 89%), hsl(250, 90%, 69%));
gradient dark
background: linear-gradient(to right, hsl(250, 90%, 69%), hsl(250, 90%, 49%))
hex
background-color: #8169F7;
tailwind
bg-[hsl(250,90%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 90%, 69%, 0.4);
css variable
--color-primary: hsl(250, 90%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 90%, 69%)?
HEX: #8169F7 | RGB: rgb(129, 105, 247) | CMYK: 48%, 57%, 0%, 3% | HSV: 250°, 57%, 97%. Copy any format from the conversion table above.
What colors go well with #8169F7?
The complementary color is HSL(70, 90%, 69%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 90%, 69%) in CSS?
As HSL: color: hsl(250, 90%, 69%); — As HEX: color: #8169F7; — As RGB: color: rgb(129, 105, 247); — Tailwind CSS: bg-[hsl(250,90%,69%)] — CSS variable: --color-primary: hsl(250, 90%, 69%);