#cdf445
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 69
HSL
73°, 89%, 61%
CMYK
16, 0, 72, 4
Luminance
0.7811
Every format
| HEX | #cdf445 |
| RGB | rgb(205, 244, 69) |
| HSL | hsl(73, 89%, 61%) |
| CMYK | cmyk(16%, 0%, 72%, 4%) |
| LAB | lab(90.8 -34.9 75.2) |
| LCH | lch(90.8 82.9 114.9) |
| OKLCH | oklch(0.909 0.196 121.5) |
Copy-ready code
/* CSS */
color: #cdf445;
background-color: #cdf445;
/* Tailwind (arbitrary) */
class="text-[#cdf445] bg-[#cdf445]"
/* SCSS */
$brand: #cdf445;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.271)
/* Android */
Color.parseColor("#cdf445")Accessibility — WCAG contrast
Aa
#cdf445 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf445 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue27.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow71.7%
Key (black)4.3%
Color previews
#cdf445 text on a black background
contrast 16.62:1
Card sample
#cdf445 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf445;
Background color
Panel with #cdf445 background
background-color: #cdf445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf445; background: linear-gradient(135deg, #cdf445, #58F445);