#cfbda0
a light, soft orange · warm · closest name: tan
RGB
207, 189, 160
HSL
37°, 33%, 72%
CMYK
0, 9, 23, 19
Luminance
0.5220
Every format
| HEX | #cfbda0 |
| RGB | rgb(207, 189, 160) |
| HSL | hsl(37, 33%, 72%) |
| CMYK | cmyk(0%, 9%, 23%, 19%) |
| LAB | lab(77.4 1.8 17.0) |
| LCH | lch(77.4 17.1 84.0) |
| OKLCH | oklch(0.806 0.044 79.7) |
Copy-ready code
/* CSS */
color: #cfbda0;
background-color: #cfbda0;
/* Tailwind (arbitrary) */
class="text-[#cfbda0] bg-[#cfbda0]"
/* SCSS */
$brand: #cfbda0;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.627)
/* Android */
Color.parseColor("#cfbda0")Accessibility — WCAG contrast
Aa
#cfbda0 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbda0 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow22.7%
Key (black)18.8%
Color previews
#cfbda0 text on a black background
contrast 11.44:1
Card sample
#cfbda0 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbda0;
Background color
Panel with #cfbda0 background
background-color: #cfbda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbda0; background: linear-gradient(135deg, #cfbda0, #C2CFA0);