#cbf764
a light, electric green · cool · closest name: khaki
RGB
203, 247, 100
HSL
78°, 90%, 68%
CMYK
18, 0, 60, 3
Luminance
0.8014
Every format
| HEX | #cbf764 |
| RGB | rgb(203, 247, 100) |
| HSL | hsl(78, 90%, 68%) |
| CMYK | cmyk(18%, 0%, 60%, 3%) |
| LAB | lab(91.8 -35.0 64.4) |
| LCH | lch(91.8 73.3 118.6) |
| OKLCH | oklch(0.917 0.179 124.0) |
Copy-ready code
/* CSS */
color: #cbf764;
background-color: #cbf764;
/* Tailwind (arbitrary) */
class="text-[#cbf764] bg-[#cbf764]"
/* SCSS */
$brand: #cbf764;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.392)
/* Android */
Color.parseColor("#cbf764")Accessibility — WCAG contrast
Aa
#cbf764 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf764 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue39.2%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow59.5%
Key (black)3.1%
Color previews
#cbf764 text on a black background
contrast 17.03:1
Card sample
#cbf764 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf764;
Background color
Panel with #cbf764 background
background-color: #cbf764;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf764;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf764; background: linear-gradient(135deg, #cbf764, #69F764);