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