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