#cff430
a balanced, electric green · cool · closest name: yellow
RGB
207, 244, 48
HSL
71°, 90%, 57%
CMYK
15, 0, 80, 4
Luminance
0.7818
Every format
| HEX | #cff430 |
| RGB | rgb(207, 244, 48) |
| HSL | hsl(71, 90%, 57%) |
| CMYK | cmyk(15%, 0%, 80%, 4%) |
| LAB | lab(90.9 -35.0 81.4) |
| LCH | lch(90.9 88.6 113.3) |
| OKLCH | oklch(0.909 0.206 120.6) |
Copy-ready code
/* CSS */
color: #cff430;
background-color: #cff430;
/* Tailwind (arbitrary) */
class="text-[#cff430] bg-[#cff430]"
/* SCSS */
$brand: #cff430;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#cff430")Accessibility — WCAG contrast
Aa
#cff430 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff430 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue18.8%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#cff430 text on a black background
contrast 16.64:1
Card sample
#cff430 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff430;
Background color
Panel with #cff430 background
background-color: #cff430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff430; background: linear-gradient(135deg, #cff430, #4DF430);