#cfbab0
a light, soft orange · warm · closest name: silver
RGB
207, 186, 176
HSL
19°, 24%, 75%
CMYK
0, 10, 15, 19
Luminance
0.5152
Every format
| HEX | #cfbab0 |
| RGB | rgb(207, 186, 176) |
| HSL | hsl(19, 24%, 75%) |
| CMYK | cmyk(0%, 10%, 15%, 19%) |
| LAB | lab(77.0 5.8 7.8) |
| LCH | lch(77.0 9.7 53.2) |
| OKLCH | oklch(0.804 0.028 47.2) |
Copy-ready code
/* CSS */
color: #cfbab0;
background-color: #cfbab0;
/* Tailwind (arbitrary) */
class="text-[#cfbab0] bg-[#cfbab0]"
/* SCSS */
$brand: #cfbab0;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.690)
/* Android */
Color.parseColor("#cfbab0")Accessibility — WCAG contrast
Aa
#cfbab0 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbab0 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow15.0%
Key (black)18.8%
Color previews
#cfbab0 text on a black background
contrast 11.30:1
Card sample
#cfbab0 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbab0;
Background color
Panel with #cfbab0 background
background-color: #cfbab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbab0; background: linear-gradient(135deg, #cfbab0, #CFCFB0);