#cbafe5
a light, vivid violet · warm · closest name: plum
RGB
203, 175, 229
HSL
271°, 51%, 79%
CMYK
11, 24, 0, 10
Luminance
0.4901
Every format
| HEX | #cbafe5 |
| RGB | rgb(203, 175, 229) |
| HSL | hsl(271, 51%, 79%) |
| CMYK | cmyk(11%, 24%, 0%, 10%) |
| LAB | lab(75.5 20.1 -23.3) |
| LCH | lch(75.5 30.8 310.8) |
| OKLCH | oklch(0.796 0.081 308.1) |
Copy-ready code
/* CSS */
color: #cbafe5;
background-color: #cbafe5;
/* Tailwind (arbitrary) */
class="text-[#cbafe5] bg-[#cbafe5]"
/* SCSS */
$brand: #cbafe5;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.898)
/* Android */
Color.parseColor("#cbafe5")Accessibility — WCAG contrast
Aa
#cbafe5 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafe5 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue89.8%
CMYK percentages
Cyan11.4%
Magenta23.6%
Yellow0.0%
Key (black)10.2%
Color previews
#cbafe5 text on a black background
contrast 10.80:1
Card sample
#cbafe5 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafe5;
Background color
Panel with #cbafe5 background
background-color: #cbafe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafe5; background: linear-gradient(135deg, #cbafe5, #E5AFDB);