#cafdac
a light, electric green · cool · closest name: khaki
RGB
202, 253, 172
HSL
98°, 95%, 83%
CMYK
20, 0, 32, 1
Luminance
0.8579
Every format
| HEX | #cafdac |
| RGB | rgb(202, 253, 172) |
| HSL | hsl(98, 95%, 83%) |
| CMYK | cmyk(20%, 0%, 32%, 1%) |
| LAB | lab(94.2 -30.3 33.6) |
| LCH | lch(94.2 45.3 132.0) |
| OKLCH | oklch(0.940 0.118 134.4) |
Copy-ready code
/* CSS */
color: #cafdac;
background-color: #cafdac;
/* Tailwind (arbitrary) */
class="text-[#cafdac] bg-[#cafdac]"
/* SCSS */
$brand: #cafdac;
/* SwiftUI */
Color(red: 0.792, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#cafdac")Accessibility — WCAG contrast
Aa
#cafdac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafdac on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.2%
Blue67.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#cafdac text on a black background
contrast 18.16:1
Card sample
#cafdac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafdac;
Background color
Panel with #cafdac background
background-color: #cafdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafdac; background: linear-gradient(135deg, #cafdac, #ACFDC4);