#cb99fd
a light, electric violet · warm · closest name: violet
RGB
203, 153, 253
HSL
270°, 96%, 80%
CMYK
20, 40, 0, 1
Luminance
0.4257
Every format
| HEX | #cb99fd |
| RGB | rgb(203, 153, 253) |
| HSL | hsl(270, 96%, 80%) |
| CMYK | cmyk(20%, 40%, 0%, 1%) |
| LAB | lab(71.3 37.3 -42.8) |
| LCH | lch(71.3 56.8 311.1) |
| OKLCH | oklch(0.767 0.147 306.2) |
Copy-ready code
/* CSS */
color: #cb99fd;
background-color: #cb99fd;
/* Tailwind (arbitrary) */
class="text-[#cb99fd] bg-[#cb99fd]"
/* SCSS */
$brand: #cb99fd;
/* SwiftUI */
Color(red: 0.796, green: 0.600, blue: 0.992)
/* Android */
Color.parseColor("#cb99fd")Accessibility — WCAG contrast
Aa
#cb99fd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb99fd on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta39.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cb99fd text on a black background
contrast 9.51:1
Card sample
#cb99fd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb99fd;
Background color
Panel with #cb99fd background
background-color: #cb99fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb99fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 153, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 153, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb99fd; background: linear-gradient(135deg, #cb99fd, #FD99EC);