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