#cbf7b7
a light, electric green · cool · closest name: khaki
RGB
203, 247, 183
HSL
101°, 80%, 84%
CMYK
18, 0, 26, 3
Luminance
0.8264
Every format
| HEX | #cbf7b7 |
| RGB | rgb(203, 247, 183) |
| HSL | hsl(101, 80%, 84%) |
| CMYK | cmyk(18%, 0%, 26%, 3%) |
| LAB | lab(92.8 -25.5 26.3) |
| LCH | lch(92.8 36.6 134.1) |
| OKLCH | oklch(0.929 0.096 136.1) |
Copy-ready code
/* CSS */
color: #cbf7b7;
background-color: #cbf7b7;
/* Tailwind (arbitrary) */
class="text-[#cbf7b7] bg-[#cbf7b7]"
/* SCSS */
$brand: #cbf7b7;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.718)
/* Android */
Color.parseColor("#cbf7b7")Accessibility — WCAG contrast
Aa
#cbf7b7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7b7 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue71.8%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow25.9%
Key (black)3.1%
Color previews
#cbf7b7 text on a black background
contrast 17.53:1
Card sample
#cbf7b7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7b7;
Background color
Panel with #cbf7b7 background
background-color: #cbf7b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7b7; background: linear-gradient(135deg, #cbf7b7, #B7F7CE);