#cbafea
a light, vivid violet · warm · closest name: plum
RGB
203, 175, 234
HSL
269°, 58%, 80%
CMYK
13, 25, 0, 8
Luminance
0.4930
Every format
| HEX | #cbafea |
| RGB | rgb(203, 175, 234) |
| HSL | hsl(269, 58%, 80%) |
| CMYK | cmyk(13%, 25%, 0%, 8%) |
| LAB | lab(75.6 21.2 -25.8) |
| LCH | lch(75.6 33.4 309.4) |
| OKLCH | oklch(0.798 0.087 306.1) |
Copy-ready code
/* CSS */
color: #cbafea;
background-color: #cbafea;
/* Tailwind (arbitrary) */
class="text-[#cbafea] bg-[#cbafea]"
/* SCSS */
$brand: #cbafea;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.918)
/* Android */
Color.parseColor("#cbafea")Accessibility — WCAG contrast
Aa
#cbafea on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafea on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue91.8%
CMYK percentages
Cyan13.2%
Magenta25.2%
Yellow0.0%
Key (black)8.2%
Color previews
#cbafea text on a black background
contrast 10.86:1
Card sample
#cbafea text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafea;
Background color
Panel with #cbafea background
background-color: #cbafea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafea; background: linear-gradient(135deg, #cbafea, #EAAFE2);