#cdf14f
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 79
HSL
73°, 85%, 63%
CMYK
15, 0, 67, 6
Luminance
0.7645
Every format
| HEX | #cdf14f |
| RGB | rgb(205, 241, 79) |
| HSL | hsl(73, 85%, 63%) |
| CMYK | cmyk(15%, 0%, 67%, 6%) |
| LAB | lab(90.1 -33.0 70.9) |
| LCH | lch(90.1 78.2 114.9) |
| OKLCH | oklch(0.903 0.187 121.1) |
Copy-ready code
/* CSS */
color: #cdf14f;
background-color: #cdf14f;
/* Tailwind (arbitrary) */
class="text-[#cdf14f] bg-[#cdf14f]"
/* SCSS */
$brand: #cdf14f;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.310)
/* Android */
Color.parseColor("#cdf14f")Accessibility — WCAG contrast
Aa
#cdf14f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf14f on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue31.0%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow67.2%
Key (black)5.5%
Color previews
#cdf14f text on a black background
contrast 16.29:1
Card sample
#cdf14f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf14f;
Background color
Panel with #cdf14f background
background-color: #cdf14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf14f; background: linear-gradient(135deg, #cdf14f, #61F14F);