#9988ff
a light, electric blue · warm · closest name: slateblue
RGB
153, 136, 255
HSL
249°, 100%, 77%
CMYK
40, 47, 0, 0
Luminance
0.3160
Every format
| HEX | #9988ff |
| RGB | rgb(153, 136, 255) |
| HSL | hsl(249, 100%, 77%) |
| CMYK | cmyk(40%, 47%, 0%, 0%) |
| LAB | lab(63.0 34.1 -57.3) |
| LCH | lch(63.0 66.6 300.8) |
| OKLCH | oklch(0.695 0.170 287.7) |
Copy-ready code
/* CSS */
color: #9988ff;
background-color: #9988ff;
/* Tailwind (arbitrary) */
class="text-[#9988ff] bg-[#9988ff]"
/* SCSS */
$brand: #9988ff;
/* SwiftUI */
Color(red: 0.600, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#9988ff")Accessibility — WCAG contrast
Aa
#9988ff on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9988ff on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green53.3%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#9988ff text on a black background
contrast 7.32:1
Card sample
#9988ff text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9988ff;
Background color
Panel with #9988ff background
background-color: #9988ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9988ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9988ff; background: linear-gradient(135deg, #9988ff, #E888FF);