#cdf27b
a light, electric green · cool · closest name: khaki
RGB
205, 242, 123
HSL
79°, 82%, 72%
CMYK
15, 0, 49, 5
Luminance
0.7791
Every format
| HEX | #cdf27b |
| RGB | rgb(205, 242, 123) |
| HSL | hsl(79, 82%, 72%) |
| CMYK | cmyk(15%, 0%, 49%, 5%) |
| LAB | lab(90.7 -30.0 53.0) |
| LCH | lch(90.7 60.9 119.5) |
| OKLCH | oklch(0.910 0.152 123.6) |
Copy-ready code
/* CSS */
color: #cdf27b;
background-color: #cdf27b;
/* Tailwind (arbitrary) */
class="text-[#cdf27b] bg-[#cdf27b]"
/* SCSS */
$brand: #cdf27b;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.482)
/* Android */
Color.parseColor("#cdf27b")Accessibility — WCAG contrast
Aa
#cdf27b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf27b on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue48.2%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow49.2%
Key (black)5.1%
Color previews
#cdf27b text on a black background
contrast 16.58:1
Card sample
#cdf27b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf27b;
Background color
Panel with #cdf27b background
background-color: #cdf27b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf27b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf27b; background: linear-gradient(135deg, #cdf27b, #7EF27B);