#9f9ade
a light, vivid blue · warm · closest name: plum
RGB
159, 154, 222
HSL
244°, 51%, 74%
CMYK
28, 31, 0, 13
Luminance
0.3576
Every format
| HEX | #9f9ade |
| RGB | rgb(159, 154, 222) |
| HSL | hsl(244, 51%, 74%) |
| CMYK | cmyk(28%, 31%, 0%, 13%) |
| LAB | lab(66.3 16.8 -33.8) |
| LCH | lch(66.3 37.8 296.4) |
| OKLCH | oklch(0.716 0.098 287.0) |
Copy-ready code
/* CSS */
color: #9f9ade;
background-color: #9f9ade;
/* Tailwind (arbitrary) */
class="text-[#9f9ade] bg-[#9f9ade]"
/* SCSS */
$brand: #9f9ade;
/* SwiftUI */
Color(red: 0.624, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#9f9ade")Accessibility — WCAG contrast
Aa
#9f9ade on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9f9ade on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green60.4%
Blue87.1%
CMYK percentages
Cyan28.4%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#9f9ade text on a black background
contrast 8.15:1
Card sample
#9f9ade text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f9ade;
Background color
Panel with #9f9ade background
background-color: #9f9ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f9ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f9ade; background: linear-gradient(135deg, #9f9ade, #CC9ADE);