#cfd29f
a light, soft yellow · cool · closest name: tan
RGB
207, 210, 159
HSL
64°, 36%, 72%
CMYK
1, 0, 24, 18
Luminance
0.6186
Every format
| HEX | #cfd29f |
| RGB | rgb(207, 210, 159) |
| HSL | hsl(64, 36%, 72%) |
| CMYK | cmyk(1%, 0%, 24%, 18%) |
| LAB | lab(82.8 -9.3 25.0) |
| LCH | lch(82.8 26.7 110.4) |
| OKLCH | oklch(0.849 0.068 110.6) |
Copy-ready code
/* CSS */
color: #cfd29f;
background-color: #cfd29f;
/* Tailwind (arbitrary) */
class="text-[#cfd29f] bg-[#cfd29f]"
/* SCSS */
$brand: #cfd29f;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.624)
/* Android */
Color.parseColor("#cfd29f")Accessibility — WCAG contrast
Aa
#cfd29f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd29f on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue62.4%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow24.3%
Key (black)17.6%
Color previews
#cfd29f text on a black background
contrast 13.37:1
Card sample
#cfd29f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd29f;
Background color
Panel with #cfd29f background
background-color: #cfd29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd29f; background: linear-gradient(135deg, #cfd29f, #ADD29F);