#c4afb3
a light, soft red · warm · closest name: silver
RGB
196, 175, 179
HSL
349°, 15%, 73%
CMYK
0, 11, 9, 23
Luminance
0.4565
Every format
| HEX | #c4afb3 |
| RGB | rgb(196, 175, 179) |
| HSL | hsl(349, 15%, 73%) |
| CMYK | cmyk(0%, 11%, 9%, 23%) |
| LAB | lab(73.3 8.2 0.7) |
| LCH | lch(73.3 8.3 5.0) |
| OKLCH | oklch(0.773 0.025 4.7) |
Copy-ready code
/* CSS */
color: #c4afb3;
background-color: #c4afb3;
/* Tailwind (arbitrary) */
class="text-[#c4afb3] bg-[#c4afb3]"
/* SCSS */
$brand: #c4afb3;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.702)
/* Android */
Color.parseColor("#c4afb3")Accessibility — WCAG contrast
Aa
#c4afb3 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4afb3 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green68.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow8.7%
Key (black)23.1%
Color previews
#c4afb3 text on a black background
contrast 10.13:1
Card sample
#c4afb3 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4afb3;
Background color
Panel with #c4afb3 background
background-color: #c4afb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4afb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4afb3; background: linear-gradient(135deg, #c4afb3, #C4B9AF);