#cbafe8
a light, vivid violet · warm · closest name: plum
RGB
203, 175, 232
HSL
270°, 55%, 80%
CMYK
13, 25, 0, 9
Luminance
0.4918
Every format
| HEX | #cbafe8 |
| RGB | rgb(203, 175, 232) |
| HSL | hsl(270, 55%, 80%) |
| CMYK | cmyk(13%, 25%, 0%, 9%) |
| LAB | lab(75.6 20.8 -24.8) |
| LCH | lch(75.6 32.3 310.0) |
| OKLCH | oklch(0.797 0.085 306.9) |
Copy-ready code
/* CSS */
color: #cbafe8;
background-color: #cbafe8;
/* Tailwind (arbitrary) */
class="text-[#cbafe8] bg-[#cbafe8]"
/* SCSS */
$brand: #cbafe8;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.910)
/* Android */
Color.parseColor("#cbafe8")Accessibility — WCAG contrast
Aa
#cbafe8 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafe8 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue91.0%
CMYK percentages
Cyan12.5%
Magenta24.6%
Yellow0.0%
Key (black)9.0%
Color previews
#cbafe8 text on a black background
contrast 10.84:1
Card sample
#cbafe8 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafe8;
Background color
Panel with #cbafe8 background
background-color: #cbafe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafe8; background: linear-gradient(135deg, #cbafe8, #E8AFDF);