#cdaf9b
a light, soft orange · warm · closest name: tan
RGB
205, 175, 155
HSL
24°, 33%, 71%
CMYK
0, 15, 24, 20
Luminance
0.4601
Every format
| HEX | #cdaf9b |
| RGB | rgb(205, 175, 155) |
| HSL | hsl(24, 33%, 71%) |
| CMYK | cmyk(0%, 15%, 24%, 20%) |
| LAB | lab(73.5 7.8 14.3) |
| LCH | lch(73.5 16.3 61.4) |
| OKLCH | oklch(0.775 0.045 55.6) |
Copy-ready code
/* CSS */
color: #cdaf9b;
background-color: #cdaf9b;
/* Tailwind (arbitrary) */
class="text-[#cdaf9b] bg-[#cdaf9b]"
/* SCSS */
$brand: #cdaf9b;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.608)
/* Android */
Color.parseColor("#cdaf9b")Accessibility — WCAG contrast
Aa
#cdaf9b on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaf9b on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow24.4%
Key (black)19.6%
Color previews
#cdaf9b text on a black background
contrast 10.20:1
Card sample
#cdaf9b text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaf9b;
Background color
Panel with #cdaf9b background
background-color: #cdaf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaf9b; background: linear-gradient(135deg, #cdaf9b, #CACD9B);