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