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