#cfd49c
a light, soft yellow · cool · closest name: tan
RGB
207, 212, 156
HSL
65°, 39%, 72%
CMYK
2, 0, 26, 17
Luminance
0.6275
Every format
| HEX | #cfd49c |
| RGB | rgb(207, 212, 156) |
| HSL | hsl(65, 39%, 72%) |
| CMYK | cmyk(2%, 0%, 26%, 17%) |
| LAB | lab(83.3 -10.7 27.2) |
| LCH | lch(83.3 29.3 111.5) |
| OKLCH | oklch(0.852 0.074 112.1) |
Copy-ready code
/* CSS */
color: #cfd49c;
background-color: #cfd49c;
/* Tailwind (arbitrary) */
class="text-[#cfd49c] bg-[#cfd49c]"
/* SCSS */
$brand: #cfd49c;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.612)
/* Android */
Color.parseColor("#cfd49c")Accessibility — WCAG contrast
Aa
#cfd49c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd49c on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue61.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow26.4%
Key (black)16.9%
Color previews
#cfd49c text on a black background
contrast 13.55:1
Card sample
#cfd49c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd49c;
Background color
Panel with #cfd49c background
background-color: #cfd49c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd49c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd49c; background: linear-gradient(135deg, #cfd49c, #AAD49C);