#cfbab6
a light, soft red · warm · closest name: silver
RGB
207, 186, 182
HSL
10°, 21%, 76%
CMYK
0, 10, 12, 19
Luminance
0.5176
Every format
| HEX | #cfbab6 |
| RGB | rgb(207, 186, 182) |
| HSL | hsl(10, 21%, 76%) |
| CMYK | cmyk(0%, 10%, 12%, 19%) |
| LAB | lab(77.1 6.8 4.7) |
| LCH | lch(77.1 8.3 35.0) |
| OKLCH | oklch(0.805 0.025 30.5) |
Copy-ready code
/* CSS */
color: #cfbab6;
background-color: #cfbab6;
/* Tailwind (arbitrary) */
class="text-[#cfbab6] bg-[#cfbab6]"
/* SCSS */
$brand: #cfbab6;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.714)
/* Android */
Color.parseColor("#cfbab6")Accessibility — WCAG contrast
Aa
#cfbab6 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbab6 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow12.1%
Key (black)18.8%
Color previews
#cfbab6 text on a black background
contrast 11.35:1
Card sample
#cfbab6 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbab6;
Background color
Panel with #cfbab6 background
background-color: #cfbab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbab6; background: linear-gradient(135deg, #cfbab6, #CFCBB6);