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