#cafbdf
a pale, electric green · cool · closest name: beige
RGB
202, 251, 223
HSL
146°, 86%, 89%
CMYK
20, 0, 11, 2
Luminance
0.8688
Every format
| HEX | #cafbdf |
| RGB | rgb(202, 251, 223) |
| HSL | hsl(146, 86%, 89%) |
| CMYK | cmyk(20%, 0%, 11%, 2%) |
| LAB | lab(94.7 -20.9 8.3) |
| LCH | lch(94.7 22.5 158.4) |
| OKLCH | oklch(0.947 0.063 159.9) |
Copy-ready code
/* CSS */
color: #cafbdf;
background-color: #cafbdf;
/* Tailwind (arbitrary) */
class="text-[#cafbdf] bg-[#cafbdf]"
/* SCSS */
$brand: #cafbdf;
/* SwiftUI */
Color(red: 0.792, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#cafbdf")Accessibility — WCAG contrast
Aa
#cafbdf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafbdf on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.4%
Blue87.5%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#cafbdf text on a black background
contrast 18.38:1
Card sample
#cafbdf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafbdf;
Background color
Panel with #cafbdf background
background-color: #cafbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafbdf; background: linear-gradient(135deg, #cafbdf, #CAF6FB);