#cdf172
a light, electric green · cool · closest name: khaki
RGB
205, 241, 114
HSL
77°, 82%, 70%
CMYK
15, 0, 53, 6
Luminance
0.7710
Every format
| HEX | #cdf172 |
| RGB | rgb(205, 241, 114) |
| HSL | hsl(77, 82%, 70%) |
| CMYK | cmyk(15%, 0%, 53%, 6%) |
| LAB | lab(90.4 -30.4 56.7) |
| LCH | lch(90.4 64.3 118.1) |
| OKLCH | oklch(0.906 0.159 122.7) |
Copy-ready code
/* CSS */
color: #cdf172;
background-color: #cdf172;
/* Tailwind (arbitrary) */
class="text-[#cdf172] bg-[#cdf172]"
/* SCSS */
$brand: #cdf172;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.447)
/* Android */
Color.parseColor("#cdf172")Accessibility — WCAG contrast
Aa
#cdf172 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf172 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue44.7%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow52.7%
Key (black)5.5%
Color previews
#cdf172 text on a black background
contrast 16.42:1
Card sample
#cdf172 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf172;
Background color
Panel with #cdf172 background
background-color: #cdf172;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf172;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf172; background: linear-gradient(135deg, #cdf172, #78F172);