#cfff0a
a balanced, electric green · cool · closest name: yellow
RGB
207, 255, 10
HSL
72°, 100%, 52%
CMYK
19, 0, 96, 0
Luminance
0.8481
Every format
| HEX | #cfff0a |
| RGB | rgb(207, 255, 10) |
| HSL | hsl(72, 100%, 52%) |
| CMYK | cmyk(19%, 0%, 96%, 0%) |
| LAB | lab(93.8 -40.7 89.8) |
| LCH | lch(93.8 98.6 114.4) |
| OKLCH | oklch(0.933 0.226 122.5) |
Copy-ready code
/* CSS */
color: #cfff0a;
background-color: #cfff0a;
/* Tailwind (arbitrary) */
class="text-[#cfff0a] bg-[#cfff0a]"
/* SCSS */
$brand: #cfff0a;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.039)
/* Android */
Color.parseColor("#cfff0a")Accessibility — WCAG contrast
Aa
#cfff0a on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfff0a on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue3.9%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow96.1%
Key (black)0.0%
Color previews
#cfff0a text on a black background
contrast 17.96:1
Card sample
#cfff0a text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfff0a;
Background color
Panel with #cfff0a background
background-color: #cfff0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfff0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfff0a; background: linear-gradient(135deg, #cfff0a, #2CFF0A);