#cdb99f
a light, soft orange · warm · closest name: tan
RGB
205, 185, 159
HSL
34°, 32%, 71%
CMYK
0, 10, 22, 20
Luminance
0.5018
Every format
| HEX | #cdb99f |
| RGB | rgb(205, 185, 159) |
| HSL | hsl(34, 32%, 71%) |
| CMYK | cmyk(0%, 10%, 22%, 20%) |
| LAB | lab(76.2 3.0 15.8) |
| LCH | lch(76.2 16.1 79.2) |
| OKLCH | oklch(0.796 0.042 74.4) |
Copy-ready code
/* CSS */
color: #cdb99f;
background-color: #cdb99f;
/* Tailwind (arbitrary) */
class="text-[#cdb99f] bg-[#cdb99f]"
/* SCSS */
$brand: #cdb99f;
/* SwiftUI */
Color(red: 0.804, green: 0.725, blue: 0.624)
/* Android */
Color.parseColor("#cdb99f")Accessibility — WCAG contrast
Aa
#cdb99f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb99f on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow22.4%
Key (black)19.6%
Color previews
#cdb99f text on a black background
contrast 11.04:1
Card sample
#cdb99f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb99f;
Background color
Panel with #cdb99f background
background-color: #cdb99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 185, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 185, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb99f; background: linear-gradient(135deg, #cdb99f, #C2CD9F);