#cfad92
a light, soft orange · warm · closest name: tan
RGB
207, 173, 146
HSL
27°, 39%, 69%
CMYK
0, 16, 30, 19
Luminance
0.4523
Every format
| HEX | #cfad92 |
| RGB | rgb(207, 173, 146) |
| HSL | hsl(27, 39%, 69%) |
| CMYK | cmyk(0%, 16%, 30%, 19%) |
| LAB | lab(73.0 8.4 18.5) |
| LCH | lch(73.0 20.3 65.7) |
| OKLCH | oklch(0.771 0.054 60.3) |
Copy-ready code
/* CSS */
color: #cfad92;
background-color: #cfad92;
/* Tailwind (arbitrary) */
class="text-[#cfad92] bg-[#cfad92]"
/* SCSS */
$brand: #cfad92;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.573)
/* Android */
Color.parseColor("#cfad92")Accessibility — WCAG contrast
Aa
#cfad92 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad92 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow29.5%
Key (black)18.8%
Color previews
#cfad92 text on a black background
contrast 10.05:1
Card sample
#cfad92 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad92;
Background color
Panel with #cfad92 background
background-color: #cfad92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad92; background: linear-gradient(135deg, #cfad92, #C8CF92);