#cfd29c
a light, soft yellow · cool · closest name: tan
RGB
207, 210, 156
HSL
63°, 38%, 72%
CMYK
1, 0, 26, 18
Luminance
0.6176
Every format
| HEX | #cfd29c |
| RGB | rgb(207, 210, 156) |
| HSL | hsl(63, 38%, 72%) |
| CMYK | cmyk(1%, 0%, 26%, 18%) |
| LAB | lab(82.8 -9.7 26.5) |
| LCH | lch(82.8 28.2 110.1) |
| OKLCH | oklch(0.848 0.071 110.5) |
Copy-ready code
/* CSS */
color: #cfd29c;
background-color: #cfd29c;
/* Tailwind (arbitrary) */
class="text-[#cfd29c] bg-[#cfd29c]"
/* SCSS */
$brand: #cfd29c;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.612)
/* Android */
Color.parseColor("#cfd29c")Accessibility — WCAG contrast
Aa
#cfd29c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd29c on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue61.2%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow25.7%
Key (black)17.6%
Color previews
#cfd29c text on a black background
contrast 13.35:1
Card sample
#cfd29c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd29c;
Background color
Panel with #cfd29c background
background-color: #cfd29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd29c; background: linear-gradient(135deg, #cfd29c, #ABD29C);