#cdf672
a light, electric green · cool · closest name: khaki
RGB
205, 246, 114
HSL
79°, 88%, 71%
CMYK
17, 0, 54, 4
Luminance
0.8011
Every format
| HEX | #cdf672 |
| RGB | rgb(205, 246, 114) |
| HSL | hsl(79, 88%, 71%) |
| CMYK | cmyk(17%, 0%, 54%, 4%) |
| LAB | lab(91.7 -32.7 58.3) |
| LCH | lch(91.7 66.9 119.3) |
| OKLCH | oklch(0.917 0.165 124.0) |
Copy-ready code
/* CSS */
color: #cdf672;
background-color: #cdf672;
/* Tailwind (arbitrary) */
class="text-[#cdf672] bg-[#cdf672]"
/* SCSS */
$brand: #cdf672;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.447)
/* Android */
Color.parseColor("#cdf672")Accessibility — WCAG contrast
Aa
#cdf672 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf672 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue44.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow53.7%
Key (black)3.5%
Color previews
#cdf672 text on a black background
contrast 17.02:1
Card sample
#cdf672 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf672;
Background color
Panel with #cdf672 background
background-color: #cdf672;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf672;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf672; background: linear-gradient(135deg, #cdf672, #75F672);