#9d9fdf
a light, vivid blue · warm · closest name: plum
RGB
157, 159, 223
HSL
238°, 51%, 75%
CMYK
30, 29, 0, 13
Luminance
0.3729
Every format
| HEX | #9d9fdf |
| RGB | rgb(157, 159, 223) |
| HSL | hsl(238, 51%, 75%) |
| CMYK | cmyk(30%, 29%, 0%, 13%) |
| LAB | lab(67.5 13.6 -32.6) |
| LCH | lch(67.5 35.3 292.7) |
| OKLCH | oklch(0.725 0.093 282.4) |
Copy-ready code
/* CSS */
color: #9d9fdf;
background-color: #9d9fdf;
/* Tailwind (arbitrary) */
class="text-[#9d9fdf] bg-[#9d9fdf]"
/* SCSS */
$brand: #9d9fdf;
/* SwiftUI */
Color(red: 0.616, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#9d9fdf")Accessibility — WCAG contrast
Aa
#9d9fdf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9d9fdf on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan29.6%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#9d9fdf text on a black background
contrast 8.46:1
Card sample
#9d9fdf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9d9fdf;
Background color
Panel with #9d9fdf background
background-color: #9d9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9d9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9d9fdf; background: linear-gradient(135deg, #9d9fdf, #C79DDF);