#cdd69f
a light, soft yellow · cool · closest name: tan
RGB
205, 214, 159
HSL
70°, 40%, 73%
CMYK
4, 0, 26, 16
Luminance
0.6358
Every format
| HEX | #cdd69f |
| RGB | rgb(205, 214, 159) |
| HSL | hsl(70, 40%, 73%) |
| CMYK | cmyk(4%, 0%, 26%, 16%) |
| LAB | lab(83.7 -12.1 26.2) |
| LCH | lch(83.7 28.9 114.7) |
| OKLCH | oklch(0.856 0.073 115.5) |
Copy-ready code
/* CSS */
color: #cdd69f;
background-color: #cdd69f;
/* Tailwind (arbitrary) */
class="text-[#cdd69f] bg-[#cdd69f]"
/* SCSS */
$brand: #cdd69f;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.624)
/* Android */
Color.parseColor("#cdd69f")Accessibility — WCAG contrast
Aa
#cdd69f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd69f on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue62.4%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow25.7%
Key (black)16.1%
Color previews
#cdd69f text on a black background
contrast 13.72:1
Card sample
#cdd69f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd69f;
Background color
Panel with #cdd69f background
background-color: #cdd69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd69f; background: linear-gradient(135deg, #cdd69f, #A8D69F);