#cfbda7
a light, soft orange · warm · closest name: tan
RGB
207, 189, 167
HSL
33°, 29%, 73%
CMYK
0, 9, 19, 19
Luminance
0.5245
Every format
| HEX | #cfbda7 |
| RGB | rgb(207, 189, 167) |
| HSL | hsl(33, 29%, 73%) |
| CMYK | cmyk(0%, 9%, 19%, 19%) |
| LAB | lab(77.5 2.8 13.4) |
| LCH | lch(77.5 13.7 78.2) |
| OKLCH | oklch(0.808 0.036 72.8) |
Copy-ready code
/* CSS */
color: #cfbda7;
background-color: #cfbda7;
/* Tailwind (arbitrary) */
class="text-[#cfbda7] bg-[#cfbda7]"
/* SCSS */
$brand: #cfbda7;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.655)
/* Android */
Color.parseColor("#cfbda7")Accessibility — WCAG contrast
Aa
#cfbda7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbda7 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow19.3%
Key (black)18.8%
Color previews
#cfbda7 text on a black background
contrast 11.49:1
Card sample
#cfbda7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbda7;
Background color
Panel with #cfbda7 background
background-color: #cfbda7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbda7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbda7; background: linear-gradient(135deg, #cfbda7, #C6CFA7);