#cbafe2
a light, vivid violet · warm · closest name: plum
RGB
203, 175, 226
HSL
273°, 47%, 79%
CMYK
10, 23, 0, 11
Luminance
0.4885
Every format
| HEX | #cbafe2 |
| RGB | rgb(203, 175, 226) |
| HSL | hsl(273, 47%, 79%) |
| CMYK | cmyk(10%, 23%, 0%, 11%) |
| LAB | lab(75.4 19.5 -21.9) |
| LCH | lch(75.4 29.3 311.8) |
| OKLCH | oklch(0.795 0.077 309.5) |
Copy-ready code
/* CSS */
color: #cbafe2;
background-color: #cbafe2;
/* Tailwind (arbitrary) */
class="text-[#cbafe2] bg-[#cbafe2]"
/* SCSS */
$brand: #cbafe2;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#cbafe2")Accessibility — WCAG contrast
Aa
#cbafe2 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafe2 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#cbafe2 text on a black background
contrast 10.77:1
Card sample
#cbafe2 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafe2;
Background color
Panel with #cbafe2 background
background-color: #cbafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafe2; background: linear-gradient(135deg, #cbafe2, #E2AFD7);