#cfd78f
a light, vivid yellow · cool · closest name: khaki
RGB
207, 215, 143
HSL
67°, 47%, 70%
CMYK
4, 0, 34, 16
Luminance
0.6385
Every format
| HEX | #cfd78f |
| RGB | rgb(207, 215, 143) |
| HSL | hsl(67, 47%, 70%) |
| CMYK | cmyk(4%, 0%, 34%, 16%) |
| LAB | lab(83.9 -13.9 34.7) |
| LCH | lch(83.9 37.4 111.9) |
| OKLCH | oklch(0.856 0.094 113.6) |
Copy-ready code
/* CSS */
color: #cfd78f;
background-color: #cfd78f;
/* Tailwind (arbitrary) */
class="text-[#cfd78f] bg-[#cfd78f]"
/* SCSS */
$brand: #cfd78f;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.561)
/* Android */
Color.parseColor("#cfd78f")Accessibility — WCAG contrast
Aa
#cfd78f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd78f on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue56.1%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow33.5%
Key (black)15.7%
Color previews
#cfd78f text on a black background
contrast 13.77:1
Card sample
#cfd78f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd78f;
Background color
Panel with #cfd78f background
background-color: #cfd78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd78f; background: linear-gradient(135deg, #cfd78f, #9FD78F);