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