#cbafe0
a light, soft violet · warm · closest name: plum
RGB
203, 175, 224
HSL
274°, 44%, 78%
CMYK
9, 22, 0, 12
Luminance
0.4874
Every format
| HEX | #cbafe0 |
| RGB | rgb(203, 175, 224) |
| HSL | hsl(274, 44%, 78%) |
| CMYK | cmyk(9%, 22%, 0%, 12%) |
| LAB | lab(75.3 19.1 -20.9) |
| LCH | lch(75.3 28.3 312.5) |
| OKLCH | oklch(0.794 0.074 310.5) |
Copy-ready code
/* CSS */
color: #cbafe0;
background-color: #cbafe0;
/* Tailwind (arbitrary) */
class="text-[#cbafe0] bg-[#cbafe0]"
/* SCSS */
$brand: #cbafe0;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.878)
/* Android */
Color.parseColor("#cbafe0")Accessibility — WCAG contrast
Aa
#cbafe0 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafe0 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue87.8%
CMYK percentages
Cyan9.4%
Magenta21.9%
Yellow0.0%
Key (black)12.2%
Color previews
#cbafe0 text on a black background
contrast 10.75:1
Card sample
#cbafe0 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafe0;
Background color
Panel with #cbafe0 background
background-color: #cbafe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafe0; background: linear-gradient(135deg, #cbafe0, #E0AFD4);