#cdd39b
a light, soft yellow · cool · closest name: tan
RGB
205, 211, 155
HSL
66°, 39%, 72%
CMYK
3, 0, 27, 17
Luminance
0.6193
Every format
| HEX | #cdd39b |
| RGB | rgb(205, 211, 155) |
| HSL | hsl(66, 39%, 72%) |
| CMYK | cmyk(3%, 0%, 27%, 17%) |
| LAB | lab(82.9 -11.1 27.1) |
| LCH | lch(82.9 29.3 112.3) |
| OKLCH | oklch(0.849 0.074 113.0) |
Copy-ready code
/* CSS */
color: #cdd39b;
background-color: #cdd39b;
/* Tailwind (arbitrary) */
class="text-[#cdd39b] bg-[#cdd39b]"
/* SCSS */
$brand: #cdd39b;
/* SwiftUI */
Color(red: 0.804, green: 0.827, blue: 0.608)
/* Android */
Color.parseColor("#cdd39b")Accessibility — WCAG contrast
Aa
#cdd39b on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd39b on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.7%
Blue60.8%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow26.5%
Key (black)17.3%
Color previews
#cdd39b text on a black background
contrast 13.39:1
Card sample
#cdd39b text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd39b;
Background color
Panel with #cdd39b background
background-color: #cdd39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 211, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 211, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd39b; background: linear-gradient(135deg, #cdd39b, #A8D39B);