#caffd2
a pale, electric green · cool · closest name: beige
RGB
202, 255, 210
HSL
129°, 100%, 90%
CMYK
21, 0, 18, 0
Luminance
0.8873
Every format
| HEX | #caffd2 |
| RGB | rgb(202, 255, 210) |
| HSL | hsl(129, 100%, 90%) |
| CMYK | cmyk(21%, 0%, 18%, 0%) |
| LAB | lab(95.5 -25.2 16.1) |
| LCH | lch(95.5 29.9 147.4) |
| OKLCH | oklch(0.952 0.081 149.1) |
Copy-ready code
/* CSS */
color: #caffd2;
background-color: #caffd2;
/* Tailwind (arbitrary) */
class="text-[#caffd2] bg-[#caffd2]"
/* SCSS */
$brand: #caffd2;
/* SwiftUI */
Color(red: 0.792, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#caffd2")Accessibility — WCAG contrast
Aa
#caffd2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caffd2 on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green100.0%
Blue82.4%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#caffd2 text on a black background
contrast 18.75:1
Card sample
#caffd2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caffd2;
Background color
Panel with #caffd2 background
background-color: #caffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caffd2; background: linear-gradient(135deg, #caffd2, #CAFFF5);