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