#cdc59b
a light, soft yellow · cool · closest name: tan
RGB
205, 197, 155
HSL
50°, 33%, 71%
CMYK
0, 4, 24, 20
Luminance
0.5528
Every format
| HEX | #cdc59b |
| RGB | rgb(205, 197, 155) |
| HSL | hsl(50, 33%, 71%) |
| CMYK | cmyk(0%, 4%, 24%, 20%) |
| LAB | lab(79.2 -3.9 22.1) |
| LCH | lch(79.2 22.5 100.0) |
| OKLCH | oklch(0.819 0.057 98.5) |
Copy-ready code
/* CSS */
color: #cdc59b;
background-color: #cdc59b;
/* Tailwind (arbitrary) */
class="text-[#cdc59b] bg-[#cdc59b]"
/* SCSS */
$brand: #cdc59b;
/* SwiftUI */
Color(red: 0.804, green: 0.773, blue: 0.608)
/* Android */
Color.parseColor("#cdc59b")Accessibility — WCAG contrast
Aa
#cdc59b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc59b on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green77.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow24.4%
Key (black)19.6%
Color previews
#cdc59b text on a black background
contrast 12.06:1
Card sample
#cdc59b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc59b;
Background color
Panel with #cdc59b background
background-color: #cdc59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 197, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 197, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc59b; background: linear-gradient(135deg, #cdc59b, #B4CD9B);