#cfd76c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 215, 108
HSL
65°, 57%, 63%
CMYK
4, 0, 50, 16
Luminance
0.6295
Every format
| HEX | #cfd76c |
| RGB | rgb(207, 215, 108) |
| HSL | hsl(65, 57%, 63%) |
| CMYK | cmyk(4%, 0%, 50%, 16%) |
| LAB | lab(83.4 -17.6 51.3) |
| LCH | lch(83.4 54.3 109.0) |
| OKLCH | oklch(0.851 0.132 112.7) |
Copy-ready code
/* CSS */
color: #cfd76c;
background-color: #cfd76c;
/* Tailwind (arbitrary) */
class="text-[#cfd76c] bg-[#cfd76c]"
/* SCSS */
$brand: #cfd76c;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.424)
/* Android */
Color.parseColor("#cfd76c")Accessibility — WCAG contrast
Aa
#cfd76c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd76c on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue42.4%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow49.8%
Key (black)15.7%
Color previews
#cfd76c text on a black background
contrast 13.59:1
Card sample
#cfd76c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd76c;
Background color
Panel with #cfd76c background
background-color: #cfd76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd76c; background: linear-gradient(135deg, #cfd76c, #88D76C);