#cff136
a balanced, electric green · cool · closest name: yellow
RGB
207, 241, 54
HSL
71°, 87%, 58%
CMYK
14, 0, 78, 6
Luminance
0.7644
Every format
| HEX | #cff136 |
| RGB | rgb(207, 241, 54) |
| HSL | hsl(71, 87%, 58%) |
| CMYK | cmyk(14%, 0%, 78%, 6%) |
| LAB | lab(90.1 -33.4 79.1) |
| LCH | lch(90.1 85.9 112.9) |
| OKLCH | oklch(0.903 0.200 120.0) |
Copy-ready code
/* CSS */
color: #cff136;
background-color: #cff136;
/* Tailwind (arbitrary) */
class="text-[#cff136] bg-[#cff136]"
/* SCSS */
$brand: #cff136;
/* SwiftUI */
Color(red: 0.812, green: 0.945, blue: 0.212)
/* Android */
Color.parseColor("#cff136")Accessibility — WCAG contrast
Aa
#cff136 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff136 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.5%
Blue21.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow77.6%
Key (black)5.5%
Color previews
#cff136 text on a black background
contrast 16.29:1
Card sample
#cff136 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff136;
Background color
Panel with #cff136 background
background-color: #cff136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 241, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 241, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff136; background: linear-gradient(135deg, #cff136, #52F136);