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