#cff048
a balanced, electric green · cool · closest name: yellow
RGB
207, 240, 72
HSL
72°, 85%, 61%
CMYK
14, 0, 70, 6
Luminance
0.7605
Every format
| HEX | #cff048 |
| RGB | rgb(207, 240, 72) |
| HSL | hsl(72, 85%, 61%) |
| CMYK | cmyk(14%, 0%, 70%, 6%) |
| LAB | lab(89.9 -32.1 73.3) |
| LCH | lch(89.9 80.0 113.7) |
| OKLCH | oklch(0.902 0.189 120.1) |
Copy-ready code
/* CSS */
color: #cff048;
background-color: #cff048;
/* Tailwind (arbitrary) */
class="text-[#cff048] bg-[#cff048]"
/* SCSS */
$brand: #cff048;
/* SwiftUI */
Color(red: 0.812, green: 0.941, blue: 0.282)
/* Android */
Color.parseColor("#cff048")Accessibility — WCAG contrast
Aa
#cff048 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff048 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.1%
Blue28.2%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow70.0%
Key (black)5.9%
Color previews
#cff048 text on a black background
contrast 16.21:1
Card sample
#cff048 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff048;
Background color
Panel with #cff048 background
background-color: #cff048;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff048;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 240, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 240, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff048; background: linear-gradient(135deg, #cff048, #5FF048);