#cbf87f
a light, electric green · cool · closest name: khaki
RGB
203, 248, 127
HSL
82°, 90%, 74%
CMYK
18, 0, 49, 3
Luminance
0.8136
Every format
| HEX | #cbf87f |
| RGB | rgb(203, 248, 127) |
| HSL | hsl(82, 90%, 74%) |
| CMYK | cmyk(18%, 0%, 49%, 3%) |
| LAB | lab(92.3 -33.1 53.0) |
| LCH | lch(92.3 62.5 122.0) |
| OKLCH | oklch(0.922 0.157 126.1) |
Copy-ready code
/* CSS */
color: #cbf87f;
background-color: #cbf87f;
/* Tailwind (arbitrary) */
class="text-[#cbf87f] bg-[#cbf87f]"
/* SCSS */
$brand: #cbf87f;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.498)
/* Android */
Color.parseColor("#cbf87f")Accessibility — WCAG contrast
Aa
#cbf87f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf87f on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue49.8%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow48.8%
Key (black)2.7%
Color previews
#cbf87f text on a black background
contrast 17.27:1
Card sample
#cbf87f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf87f;
Background color
Panel with #cbf87f background
background-color: #cbf87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf87f; background: linear-gradient(135deg, #cbf87f, #7FF884);