#cfd787
a light, vivid yellow · cool · closest name: khaki
RGB
207, 215, 135
HSL
66°, 50%, 69%
CMYK
4, 0, 37, 16
Luminance
0.6362
Every format
| HEX | #cfd787 |
| RGB | rgb(207, 215, 135) |
| HSL | hsl(66, 50%, 69%) |
| CMYK | cmyk(4%, 0%, 37%, 16%) |
| LAB | lab(83.8 -14.9 38.6) |
| LCH | lch(83.8 41.4 111.1) |
| OKLCH | oklch(0.855 0.103 113.2) |
Copy-ready code
/* CSS */
color: #cfd787;
background-color: #cfd787;
/* Tailwind (arbitrary) */
class="text-[#cfd787] bg-[#cfd787]"
/* SCSS */
$brand: #cfd787;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.529)
/* Android */
Color.parseColor("#cfd787")Accessibility — WCAG contrast
Aa
#cfd787 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd787 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue52.9%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow37.2%
Key (black)15.7%
Color previews
#cfd787 text on a black background
contrast 13.72:1
Card sample
#cfd787 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd787;
Background color
Panel with #cfd787 background
background-color: #cfd787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd787; background: linear-gradient(135deg, #cfd787, #9AD787);