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