#cdf33f
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 63
HSL
73°, 88%, 60%
CMYK
16, 0, 74, 5
Luminance
0.7744
Every format
| HEX | #cdf33f |
| RGB | rgb(205, 243, 63) |
| HSL | hsl(73, 88%, 60%) |
| CMYK | cmyk(16%, 0%, 74%, 5%) |
| LAB | lab(90.5 -34.8 76.8) |
| LCH | lch(90.5 84.3 114.3) |
| OKLCH | oklch(0.906 0.198 121.2) |
Copy-ready code
/* CSS */
color: #cdf33f;
background-color: #cdf33f;
/* Tailwind (arbitrary) */
class="text-[#cdf33f] bg-[#cdf33f]"
/* SCSS */
$brand: #cdf33f;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.247)
/* Android */
Color.parseColor("#cdf33f")Accessibility — WCAG contrast
Aa
#cdf33f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf33f on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue24.7%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow74.1%
Key (black)4.7%
Color previews
#cdf33f text on a black background
contrast 16.49:1
Card sample
#cdf33f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf33f;
Background color
Panel with #cdf33f background
background-color: #cdf33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf33f; background: linear-gradient(135deg, #cdf33f, #55F33F);