#cfad80
a light, vivid orange · warm · closest name: tan
RGB
207, 173, 128
HSL
34°, 45%, 66%
CMYK
0, 16, 38, 19
Luminance
0.4471
Every format
| HEX | #cfad80 |
| RGB | rgb(207, 173, 128) |
| HSL | hsl(34, 45%, 66%) |
| CMYK | cmyk(0%, 16%, 38%, 19%) |
| LAB | lab(72.7 6.1 27.8) |
| LCH | lch(72.7 28.4 77.6) |
| OKLCH | oklch(0.767 0.072 74.2) |
Copy-ready code
/* CSS */
color: #cfad80;
background-color: #cfad80;
/* Tailwind (arbitrary) */
class="text-[#cfad80] bg-[#cfad80]"
/* SCSS */
$brand: #cfad80;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.502)
/* Android */
Color.parseColor("#cfad80")Accessibility — WCAG contrast
Aa
#cfad80 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad80 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow38.2%
Key (black)18.8%
Color previews
#cfad80 text on a black background
contrast 9.94:1
Card sample
#cfad80 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad80;
Background color
Panel with #cfad80 background
background-color: #cfad80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad80; background: linear-gradient(135deg, #cfad80, #BCCF80);