#cafbc9
a pale, electric green · cool · closest name: beige
RGB
202, 251, 201
HSL
119°, 86%, 89%
CMYK
20, 0, 20, 2
Luminance
0.8577
Every format
| HEX | #cafbc9 |
| RGB | rgb(202, 251, 201) |
| HSL | hsl(119, 86%, 89%) |
| CMYK | cmyk(20%, 0%, 20%, 2%) |
| LAB | lab(94.2 -24.8 18.9) |
| LCH | lch(94.2 31.2 142.6) |
| OKLCH | oklch(0.941 0.084 144.4) |
Copy-ready code
/* CSS */
color: #cafbc9;
background-color: #cafbc9;
/* Tailwind (arbitrary) */
class="text-[#cafbc9] bg-[#cafbc9]"
/* SCSS */
$brand: #cafbc9;
/* SwiftUI */
Color(red: 0.792, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#cafbc9")Accessibility — WCAG contrast
Aa
#cafbc9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafbc9 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green98.4%
Blue78.8%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#cafbc9 text on a black background
contrast 18.15:1
Card sample
#cafbc9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafbc9;
Background color
Panel with #cafbc9 background
background-color: #cafbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafbc9; background: linear-gradient(135deg, #cafbc9, #C9FBE9);