#caffcf
a pale, electric green · cool · closest name: aquamarine
RGB
202, 255, 207
HSL
126°, 100%, 90%
CMYK
21, 0, 19, 0
Luminance
0.8858
Every format
| HEX | #caffcf |
| RGB | rgb(202, 255, 207) |
| HSL | hsl(126, 100%, 90%) |
| CMYK | cmyk(21%, 0%, 19%, 0%) |
| LAB | lab(95.4 -25.7 17.6) |
| LCH | lch(95.4 31.1 145.7) |
| OKLCH | oklch(0.951 0.084 147.4) |
Copy-ready code
/* CSS */
color: #caffcf;
background-color: #caffcf;
/* Tailwind (arbitrary) */
class="text-[#caffcf] bg-[#caffcf]"
/* SCSS */
$brand: #caffcf;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#caffcf")Accessibility — WCAG contrast
Aa
#caffcf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffcf on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue81.2%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#caffcf text on a black background
contrast 18.72:1
Card sample
#caffcf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffcf;
Background color
Panel with #caffcf background
background-color: #caffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffcf; background: linear-gradient(135deg, #caffcf, #CAFFF2);