#cdaf7c
a balanced, soft orange · warm · closest name: tan
RGB
205, 175, 124
HSL
38°, 45%, 65%
CMYK
0, 15, 40, 20
Luminance
0.4509
Every format
| HEX | #cdaf7c |
| RGB | rgb(205, 175, 124) |
| HSL | hsl(38, 45%, 65%) |
| CMYK | cmyk(0%, 15%, 40%, 20%) |
| LAB | lab(73.0 3.8 30.2) |
| LCH | lch(73.0 30.4 82.8) |
| OKLCH | oklch(0.768 0.076 80.5) |
Copy-ready code
/* CSS */
color: #cdaf7c;
background-color: #cdaf7c;
/* Tailwind (arbitrary) */
class="text-[#cdaf7c] bg-[#cdaf7c]"
/* SCSS */
$brand: #cdaf7c;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#cdaf7c")Accessibility — WCAG contrast
Aa
#cdaf7c on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf7c on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow39.5%
Key (black)19.6%
Color previews
#cdaf7c text on a black background
contrast 10.02:1
Card sample
#cdaf7c text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf7c;
Background color
Panel with #cdaf7c background
background-color: #cdaf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf7c; background: linear-gradient(135deg, #cdaf7c, #B5CD7C);