#caffdf
a pale, electric green · cool · closest name: beige
RGB
202, 255, 223
HSL
144°, 100%, 90%
CMYK
21, 0, 13, 0
Luminance
0.8940
Every format
| HEX | #caffdf |
| RGB | rgb(202, 255, 223) |
| HSL | hsl(144, 100%, 90%) |
| CMYK | cmyk(21%, 0%, 13%, 0%) |
| LAB | lab(95.8 -22.9 9.8) |
| LCH | lch(95.8 24.9 156.8) |
| OKLCH | oklch(0.955 0.069 158.3) |
Copy-ready code
/* CSS */
color: #caffdf;
background-color: #caffdf;
/* Tailwind (arbitrary) */
class="text-[#caffdf] bg-[#caffdf]"
/* SCSS */
$brand: #caffdf;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#caffdf")Accessibility — WCAG contrast
Aa
#caffdf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffdf on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue87.5%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#caffdf text on a black background
contrast 18.88:1
Card sample
#caffdf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffdf;
Background color
Panel with #caffdf background
background-color: #caffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffdf; background: linear-gradient(135deg, #caffdf, #CAFCFF);