#cdd49f
a light, soft yellow · cool · closest name: tan
RGB
205, 212, 159
HSL
68°, 38%, 73%
CMYK
3, 0, 25, 17
Luminance
0.6257
Every format
| HEX | #cdd49f |
| RGB | rgb(205, 212, 159) |
| HSL | hsl(68, 38%, 73%) |
| CMYK | cmyk(3%, 0%, 25%, 17%) |
| LAB | lab(83.2 -11.1 25.5) |
| LCH | lch(83.2 27.8 113.4) |
| OKLCH | oklch(0.851 0.071 114.0) |
Copy-ready code
/* CSS */
color: #cdd49f;
background-color: #cdd49f;
/* Tailwind (arbitrary) */
class="text-[#cdd49f] bg-[#cdd49f]"
/* SCSS */
$brand: #cdd49f;
/* SwiftUI */
Color(red: 0.804, green: 0.831, blue: 0.624)
/* Android */
Color.parseColor("#cdd49f")Accessibility — WCAG contrast
Aa
#cdd49f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd49f on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.1%
Blue62.4%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow25.0%
Key (black)16.9%
Color previews
#cdd49f text on a black background
contrast 13.51:1
Card sample
#cdd49f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd49f;
Background color
Panel with #cdd49f background
background-color: #cdd49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 212, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 212, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd49f; background: linear-gradient(135deg, #cdd49f, #AAD49F);