#cbafce
a light, soft magenta / pink · warm · closest name: pink
RGB
203, 175, 206
HSL
294°, 24%, 75%
CMYK
2, 15, 0, 19
Luminance
0.4781
Every format
| HEX | #cbafce |
| RGB | rgb(203, 175, 206) |
| HSL | hsl(294, 24%, 75%) |
| CMYK | cmyk(2%, 15%, 0%, 19%) |
| LAB | lab(74.7 15.6 -11.9) |
| LCH | lch(74.7 19.6 322.5) |
| OKLCH | oklch(0.788 0.053 323.0) |
Copy-ready code
/* CSS */
color: #cbafce;
background-color: #cbafce;
/* Tailwind (arbitrary) */
class="text-[#cbafce] bg-[#cbafce]"
/* SCSS */
$brand: #cbafce;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.808)
/* Android */
Color.parseColor("#cbafce")Accessibility — WCAG contrast
Aa
#cbafce on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafce on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue80.8%
CMYK percentages
Cyan1.5%
Magenta15.0%
Yellow0.0%
Key (black)19.2%
Color previews
#cbafce text on a black background
contrast 10.56:1
Card sample
#cbafce text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafce;
Background color
Panel with #cbafce background
background-color: #cbafce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafce; background: linear-gradient(135deg, #cbafce, #CEAFBC);