#cbafba
a light, soft magenta / pink · warm · closest name: silver
RGB
203, 175, 186
HSL
336°, 21%, 74%
CMYK
0, 14, 8, 20
Luminance
0.4690
Every format
| HEX | #cbafba |
| RGB | rgb(203, 175, 186) |
| HSL | hsl(336, 21%, 74%) |
| CMYK | cmyk(0%, 14%, 8%, 20%) |
| LAB | lab(74.1 11.9 -1.9) |
| LCH | lch(74.1 12.1 351.2) |
| OKLCH | oklch(0.781 0.035 352.3) |
Copy-ready code
/* CSS */
color: #cbafba;
background-color: #cbafba;
/* Tailwind (arbitrary) */
class="text-[#cbafba] bg-[#cbafba]"
/* SCSS */
$brand: #cbafba;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#cbafba")Accessibility — WCAG contrast
Aa
#cbafba on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafba on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow8.4%
Key (black)20.4%
Color previews
#cbafba text on a black background
contrast 10.38:1
Card sample
#cbafba text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafba;
Background color
Panel with #cbafba background
background-color: #cbafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafba; background: linear-gradient(135deg, #cbafba, #CBB7AF);