#cdf313
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 19
HSL
70°, 90%, 51%
CMYK
16, 0, 92, 5
Luminance
0.7713
Every format
| HEX | #cdf313 |
| RGB | rgb(205, 243, 19) |
| HSL | hsl(70, 90%, 51%) |
| CMYK | cmyk(16%, 0%, 92%, 5%) |
| LAB | lab(90.4 -36.0 86.3) |
| LCH | lch(90.4 93.5 112.7) |
| OKLCH | oklch(0.905 0.213 120.6) |
Copy-ready code
/* CSS */
color: #cdf313;
background-color: #cdf313;
/* Tailwind (arbitrary) */
class="text-[#cdf313] bg-[#cdf313]"
/* SCSS */
$brand: #cdf313;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.075)
/* Android */
Color.parseColor("#cdf313")Accessibility — WCAG contrast
Aa
#cdf313 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf313 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue7.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow92.2%
Key (black)4.7%
Color previews
#cdf313 text on a black background
contrast 16.43:1
Card sample
#cdf313 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf313;
Background color
Panel with #cdf313 background
background-color: #cdf313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf313; background: linear-gradient(135deg, #cdf313, #38F313);