#cafbd7
a pale, electric green · cool · closest name: beige
RGB
202, 251, 215
HSL
136°, 86%, 89%
CMYK
20, 0, 14, 2
Luminance
0.8646
Every format
| HEX | #cafbd7 |
| RGB | rgb(202, 251, 215) |
| HSL | hsl(136, 86%, 89%) |
| CMYK | cmyk(20%, 0%, 14%, 2%) |
| LAB | lab(94.5 -22.4 12.2) |
| LCH | lch(94.5 25.5 151.5) |
| OKLCH | oklch(0.945 0.070 153.1) |
Copy-ready code
/* CSS */
color: #cafbd7;
background-color: #cafbd7;
/* Tailwind (arbitrary) */
class="text-[#cafbd7] bg-[#cafbd7]"
/* SCSS */
$brand: #cafbd7;
/* SwiftUI */
Color(red: 0.792, green: 0.984, blue: 0.843)
/* Android */
Color.parseColor("#cafbd7")Accessibility — WCAG contrast
Aa
#cafbd7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafbd7 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.4%
Blue84.3%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow14.3%
Key (black)1.6%
Color previews
#cafbd7 text on a black background
contrast 18.29:1
Card sample
#cafbd7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafbd7;
Background color
Panel with #cafbd7 background
background-color: #cafbd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafbd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 251, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 251, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafbd7; background: linear-gradient(135deg, #cafbd7, #CAFBF8);