#cdaf8f
a light, soft orange · warm · closest name: tan
RGB
205, 175, 143
HSL
31°, 38%, 68%
CMYK
0, 15, 30, 20
Luminance
0.4562
Every format
| HEX | #cdaf8f |
| RGB | rgb(205, 175, 143) |
| HSL | hsl(31, 38%, 68%) |
| CMYK | cmyk(0%, 15%, 30%, 20%) |
| LAB | lab(73.3 6.1 20.4) |
| LCH | lch(73.3 21.4 73.3) |
| OKLCH | oklch(0.772 0.056 68.7) |
Copy-ready code
/* CSS */
color: #cdaf8f;
background-color: #cdaf8f;
/* Tailwind (arbitrary) */
class="text-[#cdaf8f] bg-[#cdaf8f]"
/* SCSS */
$brand: #cdaf8f;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#cdaf8f")Accessibility — WCAG contrast
Aa
#cdaf8f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf8f on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow30.2%
Key (black)19.6%
Color previews
#cdaf8f text on a black background
contrast 10.12:1
Card sample
#cdaf8f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf8f;
Background color
Panel with #cdaf8f background
background-color: #cdaf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf8f; background: linear-gradient(135deg, #cdaf8f, #C2CD8F);