#cdfb65
a light, electric green · cool · closest name: yellow
RGB
205, 251, 101
HSL
78°, 95%, 69%
CMYK
18, 0, 60, 2
Luminance
0.8291
Every format
| HEX | #cdfb65 |
| RGB | rgb(205, 251, 101) |
| HSL | hsl(78, 95%, 69%) |
| CMYK | cmyk(18%, 0%, 60%, 2%) |
| LAB | lab(93.0 -36.0 65.3) |
| LCH | lch(93.0 74.6 118.9) |
| OKLCH | oklch(0.927 0.183 124.3) |
Copy-ready code
/* CSS */
color: #cdfb65;
background-color: #cdfb65;
/* Tailwind (arbitrary) */
class="text-[#cdfb65] bg-[#cdfb65]"
/* SCSS */
$brand: #cdfb65;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.396)
/* Android */
Color.parseColor("#cdfb65")Accessibility — WCAG contrast
Aa
#cdfb65 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb65 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue39.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow59.8%
Key (black)1.6%
Color previews
#cdfb65 text on a black background
contrast 17.58:1
Card sample
#cdfb65 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb65;
Background color
Panel with #cdfb65 background
background-color: #cdfb65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb65; background: linear-gradient(135deg, #cdfb65, #69FB65);