#cbf697
a light, electric green · cool · closest name: khaki
RGB
203, 246, 151
HSL
87°, 84%, 78%
CMYK
18, 0, 39, 4
Luminance
0.8084
Every format
| HEX | #cbf697 |
| RGB | rgb(203, 246, 151) |
| HSL | hsl(87, 84%, 78%) |
| CMYK | cmyk(18%, 0%, 39%, 4%) |
| LAB | lab(92.1 -29.4 41.3) |
| LCH | lch(92.1 50.7 125.5) |
| OKLCH | oklch(0.921 0.130 128.5) |
Copy-ready code
/* CSS */
color: #cbf697;
background-color: #cbf697;
/* Tailwind (arbitrary) */
class="text-[#cbf697] bg-[#cbf697]"
/* SCSS */
$brand: #cbf697;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#cbf697")Accessibility — WCAG contrast
Aa
#cbf697 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf697 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue59.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#cbf697 text on a black background
contrast 17.17:1
Card sample
#cbf697 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf697;
Background color
Panel with #cbf697 background
background-color: #cbf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf697; background: linear-gradient(135deg, #cbf697, #97F6A2);