#cfad95
a light, soft orange · warm · closest name: tan
RGB
207, 173, 149
HSL
25°, 38%, 70%
CMYK
0, 16, 28, 19
Luminance
0.4532
Every format
| HEX | #cfad95 |
| RGB | rgb(207, 173, 149) |
| HSL | hsl(25, 38%, 70%) |
| CMYK | cmyk(0%, 16%, 28%, 19%) |
| LAB | lab(73.1 8.8 16.9) |
| LCH | lch(73.1 19.1 62.6) |
| OKLCH | oklch(0.771 0.052 57.1) |
Copy-ready code
/* CSS */
color: #cfad95;
background-color: #cfad95;
/* Tailwind (arbitrary) */
class="text-[#cfad95] bg-[#cfad95]"
/* SCSS */
$brand: #cfad95;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.584)
/* Android */
Color.parseColor("#cfad95")Accessibility — WCAG contrast
Aa
#cfad95 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad95 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow28.0%
Key (black)18.8%
Color previews
#cfad95 text on a black background
contrast 10.06:1
Card sample
#cfad95 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad95;
Background color
Panel with #cfad95 background
background-color: #cfad95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad95; background: linear-gradient(135deg, #cfad95, #CACF95);