#cdf265
a light, electric green · cool · closest name: khaki
RGB
205, 242, 101
HSL
76°, 84%, 67%
CMYK
15, 0, 58, 5
Luminance
0.7742
Every format
| HEX | #cdf265 |
| RGB | rgb(205, 242, 101) |
| HSL | hsl(76, 84%, 67%) |
| CMYK | cmyk(15%, 0%, 58%, 5%) |
| LAB | lab(90.5 -31.9 62.6) |
| LCH | lch(90.5 70.3 117.0) |
| OKLCH | oklch(0.907 0.172 122.2) |
Copy-ready code
/* CSS */
color: #cdf265;
background-color: #cdf265;
/* Tailwind (arbitrary) */
class="text-[#cdf265] bg-[#cdf265]"
/* SCSS */
$brand: #cdf265;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.396)
/* Android */
Color.parseColor("#cdf265")Accessibility — WCAG contrast
Aa
#cdf265 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf265 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue39.6%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow58.3%
Key (black)5.1%
Color previews
#cdf265 text on a black background
contrast 16.48:1
Card sample
#cdf265 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf265;
Background color
Panel with #cdf265 background
background-color: #cdf265;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf265;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf265; background: linear-gradient(135deg, #cdf265, #6FF265);