#9999df
a light, vivid blue · warm · closest name: plum
RGB
153, 153, 223
HSL
240°, 52%, 74%
CMYK
31, 31, 0, 13
Luminance
0.3488
Every format
| HEX | #9999df |
| RGB | rgb(153, 153, 223) |
| HSL | hsl(240, 52%, 74%) |
| CMYK | cmyk(31%, 31%, 0%, 13%) |
| LAB | lab(65.7 15.9 -35.5) |
| LCH | lch(65.7 38.9 294.1) |
| OKLCH | oklch(0.710 0.102 283.5) |
Copy-ready code
/* CSS */
color: #9999df;
background-color: #9999df;
/* Tailwind (arbitrary) */
class="text-[#9999df] bg-[#9999df]"
/* SCSS */
$brand: #9999df;
/* SwiftUI */
Color(red: 0.600, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#9999df")Accessibility — WCAG contrast
Aa
#9999df on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9999df on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.0%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9999df text on a black background
contrast 7.98:1
Card sample
#9999df text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9999df;
Background color
Panel with #9999df background
background-color: #9999df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9999df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9999df; background: linear-gradient(135deg, #9999df, #C899DF);