#cbfd9f
a light, electric green · cool · closest name: khaki
RGB
203, 253, 159
HSL
92°, 96%, 81%
CMYK
20, 0, 37, 1
Luminance
0.8545
Every format
| HEX | #cbfd9f |
| RGB | rgb(203, 253, 159) |
| HSL | hsl(92, 96%, 81%) |
| CMYK | cmyk(20%, 0%, 37%, 1%) |
| LAB | lab(94.1 -31.7 39.9) |
| LCH | lch(94.1 51.0 128.4) |
| OKLCH | oklch(0.938 0.131 131.3) |
Copy-ready code
/* CSS */
color: #cbfd9f;
background-color: #cbfd9f;
/* Tailwind (arbitrary) */
class="text-[#cbfd9f] bg-[#cbfd9f]"
/* SCSS */
$brand: #cbfd9f;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.624)
/* Android */
Color.parseColor("#cbfd9f")Accessibility — WCAG contrast
Aa
#cbfd9f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd9f on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue62.4%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow37.2%
Key (black)0.8%
Color previews
#cbfd9f text on a black background
contrast 18.09:1
Card sample
#cbfd9f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd9f;
Background color
Panel with #cbfd9f background
background-color: #cbfd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd9f; background: linear-gradient(135deg, #cbfd9f, #9FFDB2);