#cdb69f
a light, soft orange · warm · closest name: tan
RGB
205, 182, 159
HSL
30°, 32%, 71%
CMYK
0, 11, 22, 20
Luminance
0.4894
Every format
| HEX | #cdb69f |
| RGB | rgb(205, 182, 159) |
| HSL | hsl(30, 32%, 71%) |
| CMYK | cmyk(0%, 11%, 22%, 20%) |
| LAB | lab(75.4 4.6 14.7) |
| LCH | lch(75.4 15.4 72.7) |
| OKLCH | oklch(0.790 0.041 67.2) |
Copy-ready code
/* CSS */
color: #cdb69f;
background-color: #cdb69f;
/* Tailwind (arbitrary) */
class="text-[#cdb69f] bg-[#cdb69f]"
/* SCSS */
$brand: #cdb69f;
/* SwiftUI */
Color(red: 0.804, green: 0.714, blue: 0.624)
/* Android */
Color.parseColor("#cdb69f")Accessibility — WCAG contrast
Aa
#cdb69f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb69f on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow22.4%
Key (black)19.6%
Color previews
#cdb69f text on a black background
contrast 10.79:1
Card sample
#cdb69f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb69f;
Background color
Panel with #cdb69f background
background-color: #cdb69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 182, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 182, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb69f; background: linear-gradient(135deg, #cdb69f, #C5CD9F);