#cdba98
a light, soft orange · warm · closest name: tan
RGB
205, 186, 152
HSL
39°, 35%, 70%
CMYK
0, 9, 26, 20
Luminance
0.5036
Every format
| HEX | #cdba98 |
| RGB | rgb(205, 186, 152) |
| HSL | hsl(39, 35%, 70%) |
| CMYK | cmyk(0%, 9%, 26%, 20%) |
| LAB | lab(76.3 1.5 19.7) |
| LCH | lch(76.3 19.8 85.7) |
| OKLCH | oklch(0.796 0.051 82.1) |
Copy-ready code
/* CSS */
color: #cdba98;
background-color: #cdba98;
/* Tailwind (arbitrary) */
class="text-[#cdba98] bg-[#cdba98]"
/* SCSS */
$brand: #cdba98;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.596)
/* Android */
Color.parseColor("#cdba98")Accessibility — WCAG contrast
Aa
#cdba98 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba98 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow25.9%
Key (black)19.6%
Color previews
#cdba98 text on a black background
contrast 11.07:1
Card sample
#cdba98 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba98;
Background color
Panel with #cdba98 background
background-color: #cdba98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba98; background: linear-gradient(135deg, #cdba98, #BDCD98);