#cdaf9f
a light, soft orange · warm · closest name: tan
RGB
205, 175, 159
HSL
21°, 32%, 71%
CMYK
0, 15, 22, 20
Luminance
0.4614
Every format
| HEX | #cdaf9f |
| RGB | rgb(205, 175, 159) |
| HSL | hsl(21, 32%, 71%) |
| CMYK | cmyk(0%, 15%, 22%, 20%) |
| LAB | lab(73.6 8.3 12.2) |
| LCH | lch(73.6 14.8 55.7) |
| OKLCH | oklch(0.776 0.042 49.8) |
Copy-ready code
/* CSS */
color: #cdaf9f;
background-color: #cdaf9f;
/* Tailwind (arbitrary) */
class="text-[#cdaf9f] bg-[#cdaf9f]"
/* SCSS */
$brand: #cdaf9f;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.624)
/* Android */
Color.parseColor("#cdaf9f")Accessibility — WCAG contrast
Aa
#cdaf9f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf9f on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow22.4%
Key (black)19.6%
Color previews
#cdaf9f text on a black background
contrast 10.23:1
Card sample
#cdaf9f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf9f;
Background color
Panel with #cdaf9f background
background-color: #cdaf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf9f; background: linear-gradient(135deg, #cdaf9f, #CCCD9F);