#cb7df9
a light, electric violet · warm · closest name: violet
RGB
203, 125, 249
HSL
278°, 91%, 73%
CMYK
19, 50, 0, 2
Luminance
0.3420
Every format
| HEX | #cb7df9 |
| RGB | rgb(203, 125, 249) |
| HSL | hsl(278, 91%, 73%) |
| CMYK | cmyk(19%, 50%, 0%, 2%) |
| LAB | lab(65.1 51.4 -50.3) |
| LCH | lch(65.1 71.9 315.6) |
| OKLCH | oklch(0.721 0.188 311.6) |
Copy-ready code
/* CSS */
color: #cb7df9;
background-color: #cb7df9;
/* Tailwind (arbitrary) */
class="text-[#cb7df9] bg-[#cb7df9]"
/* SCSS */
$brand: #cb7df9;
/* SwiftUI */
Color(red: 0.796, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#cb7df9")Accessibility — WCAG contrast
Aa
#cb7df9 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7df9 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.0%
Blue97.6%
CMYK percentages
Cyan18.5%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#cb7df9 text on a black background
contrast 7.84:1
Card sample
#cb7df9 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7df9;
Background color
Panel with #cb7df9 background
background-color: #cb7df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7df9; background: linear-gradient(135deg, #cb7df9, #F97DD4);