#cdef2c
a balanced, electric green · cool · closest name: yellow
RGB
205, 239, 44
HSL
71°, 86%, 56%
CMYK
14, 0, 82, 6
Luminance
0.7489
Every format
| HEX | #cdef2c |
| RGB | rgb(205, 239, 44) |
| HSL | hsl(71, 86%, 56%) |
| CMYK | cmyk(14%, 0%, 82%, 6%) |
| LAB | lab(89.3 -33.7 81.0) |
| LCH | lch(89.3 87.7 112.6) |
| OKLCH | oklch(0.897 0.203 119.9) |
Copy-ready code
/* CSS */
color: #cdef2c;
background-color: #cdef2c;
/* Tailwind (arbitrary) */
class="text-[#cdef2c] bg-[#cdef2c]"
/* SCSS */
$brand: #cdef2c;
/* SwiftUI */
Color(red: 0.804, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#cdef2c")Accessibility — WCAG contrast
Aa
#cdef2c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdef2c on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.7%
Blue17.3%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#cdef2c text on a black background
contrast 15.98:1
Card sample
#cdef2c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdef2c;
Background color
Panel with #cdef2c background
background-color: #cdef2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdef2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdef2c; background: linear-gradient(135deg, #cdef2c, #4BEF2C);