#cfdc87
a light, vivid yellow · cool · closest name: khaki
RGB
207, 220, 135
HSL
69°, 55%, 70%
CMYK
6, 0, 39, 14
Luminance
0.6620
Every format
| HEX | #cfdc87 |
| RGB | rgb(207, 220, 135) |
| HSL | hsl(69, 55%, 70%) |
| CMYK | cmyk(6%, 0%, 39%, 14%) |
| LAB | lab(85.1 -17.4 40.3) |
| LCH | lch(85.1 43.9 113.3) |
| OKLCH | oklch(0.866 0.109 115.8) |
Copy-ready code
/* CSS */
color: #cfdc87;
background-color: #cfdc87;
/* Tailwind (arbitrary) */
class="text-[#cfdc87] bg-[#cfdc87]"
/* SCSS */
$brand: #cfdc87;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.529)
/* Android */
Color.parseColor("#cfdc87")Accessibility — WCAG contrast
Aa
#cfdc87 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdc87 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue52.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow38.6%
Key (black)13.7%
Color previews
#cfdc87 text on a black background
contrast 14.24:1
Card sample
#cfdc87 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdc87;
Background color
Panel with #cfdc87 background
background-color: #cfdc87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdc87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdc87; background: linear-gradient(135deg, #cfdc87, #96DC87);