#cbafc3
a light, soft magenta / pink · warm · closest name: silver
RGB
203, 175, 195
HSL
317°, 21%, 74%
CMYK
0, 14, 4, 20
Luminance
0.4730
Every format
| HEX | #cbafc3 |
| RGB | rgb(203, 175, 195) |
| HSL | hsl(317, 21%, 74%) |
| CMYK | cmyk(0%, 14%, 4%, 20%) |
| LAB | lab(74.4 13.5 -6.4) |
| LCH | lch(74.4 15.0 334.6) |
| OKLCH | oklch(0.784 0.042 336.2) |
Copy-ready code
/* CSS */
color: #cbafc3;
background-color: #cbafc3;
/* Tailwind (arbitrary) */
class="text-[#cbafc3] bg-[#cbafc3]"
/* SCSS */
$brand: #cbafc3;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#cbafc3")Accessibility — WCAG contrast
Aa
#cbafc3 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafc3 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow3.9%
Key (black)20.4%
Color previews
#cbafc3 text on a black background
contrast 10.46:1
Card sample
#cbafc3 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafc3;
Background color
Panel with #cbafc3 background
background-color: #cbafc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafc3; background: linear-gradient(135deg, #cbafc3, #CBAFB0);