#cfad97
a light, soft orange · warm · closest name: tan
RGB
207, 173, 151
HSL
24°, 37%, 70%
CMYK
0, 16, 27, 19
Luminance
0.4539
Every format
| HEX | #cfad97 |
| RGB | rgb(207, 173, 151) |
| HSL | hsl(24, 37%, 70%) |
| CMYK | cmyk(0%, 16%, 27%, 19%) |
| LAB | lab(73.2 9.1 15.9) |
| LCH | lch(73.2 18.3 60.4) |
| OKLCH | oklch(0.772 0.050 54.7) |
Copy-ready code
/* CSS */
color: #cfad97;
background-color: #cfad97;
/* Tailwind (arbitrary) */
class="text-[#cfad97] bg-[#cfad97]"
/* SCSS */
$brand: #cfad97;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.592)
/* Android */
Color.parseColor("#cfad97")Accessibility — WCAG contrast
Aa
#cfad97 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad97 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow27.1%
Key (black)18.8%
Color previews
#cfad97 text on a black background
contrast 10.08:1
Card sample
#cfad97 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad97;
Background color
Panel with #cfad97 background
background-color: #cfad97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad97; background: linear-gradient(135deg, #cfad97, #CCCF97);