#cfdc7d
a light, vivid yellow · cool · closest name: khaki
RGB
207, 220, 125
HSL
68°, 58%, 68%
CMYK
6, 0, 43, 14
Luminance
0.6593
Every format
| HEX | #cfdc7d |
| RGB | rgb(207, 220, 125) |
| HSL | hsl(68, 58%, 68%) |
| CMYK | cmyk(6%, 0%, 43%, 14%) |
| LAB | lab(85.0 -18.5 45.1) |
| LCH | lch(85.0 48.7 112.3) |
| OKLCH | oklch(0.864 0.120 115.4) |
Copy-ready code
/* CSS */
color: #cfdc7d;
background-color: #cfdc7d;
/* Tailwind (arbitrary) */
class="text-[#cfdc7d] bg-[#cfdc7d]"
/* SCSS */
$brand: #cfdc7d;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.490)
/* Android */
Color.parseColor("#cfdc7d")Accessibility — WCAG contrast
Aa
#cfdc7d on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdc7d on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue49.0%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow43.2%
Key (black)13.7%
Color previews
#cfdc7d text on a black background
contrast 14.19:1
Card sample
#cfdc7d text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdc7d;
Background color
Panel with #cfdc7d background
background-color: #cfdc7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdc7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdc7d; background: linear-gradient(135deg, #cfdc7d, #90DC7D);