#cfd886
a light, vivid yellow · cool · closest name: khaki
RGB
207, 216, 134
HSL
67°, 51%, 69%
CMYK
4, 0, 38, 15
Luminance
0.6410
Every format
| HEX | #cfd886 |
| RGB | rgb(207, 216, 134) |
| HSL | hsl(67, 51%, 69%) |
| CMYK | cmyk(4%, 0%, 38%, 15%) |
| LAB | lab(84.0 -15.5 39.4) |
| LCH | lch(84.0 42.3 111.5) |
| OKLCH | oklch(0.857 0.105 113.8) |
Copy-ready code
/* CSS */
color: #cfd886;
background-color: #cfd886;
/* Tailwind (arbitrary) */
class="text-[#cfd886] bg-[#cfd886]"
/* SCSS */
$brand: #cfd886;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.525)
/* Android */
Color.parseColor("#cfd886")Accessibility — WCAG contrast
Aa
#cfd886 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd886 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue52.5%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow38.0%
Key (black)15.3%
Color previews
#cfd886 text on a black background
contrast 13.82:1
Card sample
#cfd886 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd886;
Background color
Panel with #cfd886 background
background-color: #cfd886;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd886;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd886; background: linear-gradient(135deg, #cfd886, #98D886);