#cdb17f
a light, soft orange · warm · closest name: tan
RGB
205, 177, 127
HSL
39°, 44%, 65%
CMYK
0, 14, 38, 20
Luminance
0.4596
Every format
| HEX | #cdb17f |
| RGB | rgb(205, 177, 127) |
| HSL | hsl(39, 44%, 65%) |
| CMYK | cmyk(0%, 14%, 38%, 20%) |
| LAB | lab(73.5 3.1 29.3) |
| LCH | lch(73.5 29.5 84.0) |
| OKLCH | oklch(0.773 0.074 81.7) |
Copy-ready code
/* CSS */
color: #cdb17f;
background-color: #cdb17f;
/* Tailwind (arbitrary) */
class="text-[#cdb17f] bg-[#cdb17f]"
/* SCSS */
$brand: #cdb17f;
/* SwiftUI */
Color(red: 0.804, green: 0.694, blue: 0.498)
/* Android */
Color.parseColor("#cdb17f")Accessibility — WCAG contrast
Aa
#cdb17f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb17f on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow38.0%
Key (black)19.6%
Color previews
#cdb17f text on a black background
contrast 10.19:1
Card sample
#cdb17f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb17f;
Background color
Panel with #cdb17f background
background-color: #cdb17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 177, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 177, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb17f; background: linear-gradient(135deg, #cdb17f, #B5CD7F);