#cffc47
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 71
HSL
75°, 97%, 63%
CMYK
18, 0, 72, 1
Luminance
0.8334
Every format
| HEX | #cffc47 |
| RGB | rgb(207, 252, 71) |
| HSL | hsl(75, 97%, 63%) |
| CMYK | cmyk(18%, 0%, 72%, 1%) |
| LAB | lab(93.2 -37.6 76.8) |
| LCH | lch(93.2 85.6 116.1) |
| OKLCH | oklch(0.928 0.203 122.8) |
Copy-ready code
/* CSS */
color: #cffc47;
background-color: #cffc47;
/* Tailwind (arbitrary) */
class="text-[#cffc47] bg-[#cffc47]"
/* SCSS */
$brand: #cffc47;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.278)
/* Android */
Color.parseColor("#cffc47")Accessibility — WCAG contrast
Aa
#cffc47 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc47 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue27.8%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow71.8%
Key (black)1.2%
Color previews
#cffc47 text on a black background
contrast 17.67:1
Card sample
#cffc47 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc47;
Background color
Panel with #cffc47 background
background-color: #cffc47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc47; background: linear-gradient(135deg, #cffc47, #56FC47);