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