#cadf7c
a light, vivid green · cool · closest name: khaki
RGB
202, 223, 124
HSL
73°, 61%, 68%
CMYK
9, 0, 44, 13
Luminance
0.6679
Every format
| HEX | #cadf7c |
| RGB | rgb(202, 223, 124) |
| HSL | hsl(73, 61%, 68%) |
| CMYK | cmyk(9%, 0%, 44%, 13%) |
| LAB | lab(85.4 -22.0 46.0) |
| LCH | lch(85.4 51.0 115.5) |
| OKLCH | oklch(0.866 0.127 119.0) |
Copy-ready code
/* CSS */
color: #cadf7c;
background-color: #cadf7c;
/* Tailwind (arbitrary) */
class="text-[#cadf7c] bg-[#cadf7c]"
/* SCSS */
$brand: #cadf7c;
/* SwiftUI */
Color(red: 0.792, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#cadf7c")Accessibility — WCAG contrast
Aa
#cadf7c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadf7c on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green87.5%
Blue48.6%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#cadf7c text on a black background
contrast 14.36:1
Card sample
#cadf7c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadf7c;
Background color
Panel with #cadf7c background
background-color: #cadf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadf7c; background: linear-gradient(135deg, #cadf7c, #88DF7C);