#cfd86c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 216, 108
HSL
65°, 58%, 64%
CMYK
4, 0, 50, 15
Luminance
0.6346
Every format
| HEX | #cfd86c |
| RGB | rgb(207, 216, 108) |
| HSL | hsl(65, 58%, 64%) |
| CMYK | cmyk(4%, 0%, 50%, 15%) |
| LAB | lab(83.7 -18.1 51.7) |
| LCH | lch(83.7 54.8 109.3) |
| OKLCH | oklch(0.853 0.133 113.1) |
Copy-ready code
/* CSS */
color: #cfd86c;
background-color: #cfd86c;
/* Tailwind (arbitrary) */
class="text-[#cfd86c] bg-[#cfd86c]"
/* SCSS */
$brand: #cfd86c;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.424)
/* Android */
Color.parseColor("#cfd86c")Accessibility — WCAG contrast
Aa
#cfd86c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd86c on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue42.4%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow50.0%
Key (black)15.3%
Color previews
#cfd86c text on a black background
contrast 13.69:1
Card sample
#cfd86c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd86c;
Background color
Panel with #cfd86c background
background-color: #cfd86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd86c; background: linear-gradient(135deg, #cfd86c, #87D86C);