#cdf270
a light, electric green · cool · closest name: khaki
RGB
205, 242, 112
HSL
77°, 83%, 69%
CMYK
15, 0, 54, 5
Luminance
0.7765
Every format
| HEX | #cdf270 |
| RGB | rgb(205, 242, 112) |
| HSL | hsl(77, 83%, 69%) |
| CMYK | cmyk(15%, 0%, 54%, 5%) |
| LAB | lab(90.6 -31.0 57.9) |
| LCH | lch(90.6 65.7 118.2) |
| OKLCH | oklch(0.908 0.162 122.9) |
Copy-ready code
/* CSS */
color: #cdf270;
background-color: #cdf270;
/* Tailwind (arbitrary) */
class="text-[#cdf270] bg-[#cdf270]"
/* SCSS */
$brand: #cdf270;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.439)
/* Android */
Color.parseColor("#cdf270")Accessibility — WCAG contrast
Aa
#cdf270 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf270 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue43.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow53.7%
Key (black)5.1%
Color previews
#cdf270 text on a black background
contrast 16.53:1
Card sample
#cdf270 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf270;
Background color
Panel with #cdf270 background
background-color: #cdf270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf270; background: linear-gradient(135deg, #cdf270, #76F270);