#9082df
a light, vivid blue · warm · closest name: slateblue
RGB
144, 130, 223
HSL
249°, 59%, 69%
CMYK
35, 42, 0, 13
Luminance
0.2722
Every format
| HEX | #9082df |
| RGB | rgb(144, 130, 223) |
| HSL | hsl(249, 59%, 69%) |
| CMYK | cmyk(35%, 42%, 0%, 13%) |
| LAB | lab(59.2 26.7 -45.7) |
| LCH | lch(59.2 52.9 300.3) |
| OKLCH | oklch(0.659 0.136 289.0) |
Copy-ready code
/* CSS */
color: #9082df;
background-color: #9082df;
/* Tailwind (arbitrary) */
class="text-[#9082df] bg-[#9082df]"
/* SCSS */
$brand: #9082df;
/* SwiftUI */
Color(red: 0.565, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#9082df")Accessibility — WCAG contrast
Aa
#9082df on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9082df on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green51.0%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9082df text on a black background
contrast 6.44:1
Card sample
#9082df text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9082df;
Background color
Panel with #9082df background
background-color: #9082df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9082df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9082df; background: linear-gradient(135deg, #9082df, #CE82DF);