#cdd09b
a light, soft yellow · cool · closest name: tan
RGB
205, 208, 155
HSL
63°, 36%, 71%
CMYK
1, 0, 26, 18
Luminance
0.6046
Every format
| HEX | #cdd09b |
| RGB | rgb(205, 208, 155) |
| HSL | hsl(63, 36%, 71%) |
| CMYK | cmyk(1%, 0%, 26%, 18%) |
| LAB | lab(82.1 -9.6 26.1) |
| LCH | lch(82.1 27.8 110.2) |
| OKLCH | oklch(0.842 0.070 110.5) |
Copy-ready code
/* CSS */
color: #cdd09b;
background-color: #cdd09b;
/* Tailwind (arbitrary) */
class="text-[#cdd09b] bg-[#cdd09b]"
/* SCSS */
$brand: #cdd09b;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.608)
/* Android */
Color.parseColor("#cdd09b")Accessibility — WCAG contrast
Aa
#cdd09b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd09b on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue60.8%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow25.5%
Key (black)18.4%
Color previews
#cdd09b text on a black background
contrast 13.09:1
Card sample
#cdd09b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd09b;
Background color
Panel with #cdd09b background
background-color: #cdd09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd09b; background: linear-gradient(135deg, #cdd09b, #AAD09B);