#cff59b
a light, electric green · cool · closest name: khaki
RGB
207, 245, 155
HSL
85°, 82%, 78%
CMYK
16, 0, 37, 4
Luminance
0.8094
Every format
| HEX | #cff59b |
| RGB | rgb(207, 245, 155) |
| HSL | hsl(85, 82%, 78%) |
| CMYK | cmyk(16%, 0%, 37%, 4%) |
| LAB | lab(92.1 -27.0 39.4) |
| LCH | lch(92.1 47.8 124.5) |
| OKLCH | oklch(0.922 0.122 127.3) |
Copy-ready code
/* CSS */
color: #cff59b;
background-color: #cff59b;
/* Tailwind (arbitrary) */
class="text-[#cff59b] bg-[#cff59b]"
/* SCSS */
$brand: #cff59b;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.608)
/* Android */
Color.parseColor("#cff59b")Accessibility — WCAG contrast
Aa
#cff59b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff59b on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue60.8%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow36.7%
Key (black)3.9%
Color previews
#cff59b text on a black background
contrast 17.19:1
Card sample
#cff59b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff59b;
Background color
Panel with #cff59b background
background-color: #cff59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff59b; background: linear-gradient(135deg, #cff59b, #9BF5A3);