#cdf348
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 72
HSL
73°, 88%, 62%
CMYK
16, 0, 70, 5
Luminance
0.7755
Every format
| HEX | #cdf348 |
| RGB | rgb(205, 243, 72) |
| HSL | hsl(73, 88%, 62%) |
| CMYK | cmyk(16%, 0%, 70%, 5%) |
| LAB | lab(90.6 -34.3 73.9) |
| LCH | lch(90.6 81.5 114.9) |
| OKLCH | oklch(0.907 0.193 121.4) |
Copy-ready code
/* CSS */
color: #cdf348;
background-color: #cdf348;
/* Tailwind (arbitrary) */
class="text-[#cdf348] bg-[#cdf348]"
/* SCSS */
$brand: #cdf348;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.282)
/* Android */
Color.parseColor("#cdf348")Accessibility — WCAG contrast
Aa
#cdf348 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf348 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue28.2%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow70.4%
Key (black)4.7%
Color previews
#cdf348 text on a black background
contrast 16.51:1
Card sample
#cdf348 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf348;
Background color
Panel with #cdf348 background
background-color: #cdf348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf348; background: linear-gradient(135deg, #cdf348, #5BF348);