#cfd49f
a light, soft yellow · cool · closest name: tan
RGB
207, 212, 159
HSL
66°, 38%, 73%
CMYK
2, 0, 25, 17
Luminance
0.6286
Every format
| HEX | #cfd49f |
| RGB | rgb(207, 212, 159) |
| HSL | hsl(66, 38%, 73%) |
| CMYK | cmyk(2%, 0%, 25%, 17%) |
| LAB | lab(83.4 -10.3 25.7) |
| LCH | lch(83.4 27.7 111.8) |
| OKLCH | oklch(0.853 0.070 112.3) |
Copy-ready code
/* CSS */
color: #cfd49f;
background-color: #cfd49f;
/* Tailwind (arbitrary) */
class="text-[#cfd49f] bg-[#cfd49f]"
/* SCSS */
$brand: #cfd49f;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.624)
/* Android */
Color.parseColor("#cfd49f")Accessibility — WCAG contrast
Aa
#cfd49f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd49f on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue62.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow25.0%
Key (black)16.9%
Color previews
#cfd49f text on a black background
contrast 13.57:1
Card sample
#cfd49f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd49f;
Background color
Panel with #cfd49f background
background-color: #cfd49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd49f; background: linear-gradient(135deg, #cfd49f, #ACD49F);