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