#cff710
a balanced, electric green · cool · closest name: yellow
RGB
207, 247, 16
HSL
70°, 94%, 52%
CMYK
16, 0, 94, 3
Luminance
0.7982
Every format
| HEX | #cff710 |
| RGB | rgb(207, 247, 16) |
| HSL | hsl(70, 94%, 52%) |
| CMYK | cmyk(16%, 0%, 94%, 3%) |
| LAB | lab(91.6 -37.1 87.6) |
| LCH | lch(91.6 95.1 113.0) |
| OKLCH | oklch(0.915 0.217 120.9) |
Copy-ready code
/* CSS */
color: #cff710;
background-color: #cff710;
/* Tailwind (arbitrary) */
class="text-[#cff710] bg-[#cff710]"
/* SCSS */
$brand: #cff710;
/* SwiftUI */
Color(red: 0.812, green: 0.969, blue: 0.063)
/* Android */
Color.parseColor("#cff710")Accessibility — WCAG contrast
Aa
#cff710 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff710 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.9%
Blue6.3%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow93.5%
Key (black)3.1%
Color previews
#cff710 text on a black background
contrast 16.96:1
Card sample
#cff710 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff710;
Background color
Panel with #cff710 background
background-color: #cff710;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff710;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 247, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 247, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff710; background: linear-gradient(135deg, #cff710, #35F710);