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