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