#cdc09b
a light, soft yellow · warm · closest name: tan
RGB
205, 192, 155
HSL
44°, 33%, 71%
CMYK
0, 6, 24, 20
Luminance
0.5304
Every format
| HEX | #cdc09b |
| RGB | rgb(205, 192, 155) |
| HSL | hsl(44, 33%, 71%) |
| CMYK | cmyk(0%, 6%, 24%, 20%) |
| LAB | lab(77.9 -1.3 20.3) |
| LCH | lch(77.9 20.4 93.6) |
| OKLCH | oklch(0.809 0.052 91.0) |
Copy-ready code
/* CSS */
color: #cdc09b;
background-color: #cdc09b;
/* Tailwind (arbitrary) */
class="text-[#cdc09b] bg-[#cdc09b]"
/* SCSS */
$brand: #cdc09b;
/* SwiftUI */
Color(red: 0.804, green: 0.753, blue: 0.608)
/* Android */
Color.parseColor("#cdc09b")Accessibility — WCAG contrast
Aa
#cdc09b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc09b on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green75.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow24.4%
Key (black)19.6%
Color previews
#cdc09b text on a black background
contrast 11.61:1
Card sample
#cdc09b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc09b;
Background color
Panel with #cdc09b background
background-color: #cdc09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 192, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 192, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc09b; background: linear-gradient(135deg, #cdc09b, #B9CD9B);