#cbf7c7
a pale, electric green · cool · closest name: beige
RGB
203, 247, 199
HSL
115°, 75%, 88%
CMYK
18, 0, 19, 3
Luminance
0.8334
Every format
| HEX | #cbf7c7 |
| RGB | rgb(203, 247, 199) |
| HSL | hsl(115, 75%, 88%) |
| CMYK | cmyk(18%, 0%, 19%, 3%) |
| LAB | lab(93.2 -22.9 18.5) |
| LCH | lch(93.2 29.4 141.1) |
| OKLCH | oklch(0.933 0.079 142.7) |
Copy-ready code
/* CSS */
color: #cbf7c7;
background-color: #cbf7c7;
/* Tailwind (arbitrary) */
class="text-[#cbf7c7] bg-[#cbf7c7]"
/* SCSS */
$brand: #cbf7c7;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.780)
/* Android */
Color.parseColor("#cbf7c7")Accessibility — WCAG contrast
Aa
#cbf7c7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7c7 on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue78.0%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow19.4%
Key (black)3.1%
Color previews
#cbf7c7 text on a black background
contrast 17.67:1
Card sample
#cbf7c7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7c7;
Background color
Panel with #cbf7c7 background
background-color: #cbf7c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7c7; background: linear-gradient(135deg, #cbf7c7, #C7F7E3);