#cef772
a light, electric green · cool · closest name: khaki
RGB
206, 247, 114
HSL
79°, 89%, 71%
CMYK
17, 0, 54, 3
Luminance
0.8086
Every format
| HEX | #cef772 |
| RGB | rgb(206, 247, 114) |
| HSL | hsl(79, 89%, 71%) |
| CMYK | cmyk(17%, 0%, 54%, 3%) |
| LAB | lab(92.1 -32.8 58.7) |
| LCH | lch(92.1 67.3 119.2) |
| OKLCH | oklch(0.920 0.166 123.9) |
Copy-ready code
/* CSS */
color: #cef772;
background-color: #cef772;
/* Tailwind (arbitrary) */
class="text-[#cef772] bg-[#cef772]"
/* SCSS */
$brand: #cef772;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.447)
/* Android */
Color.parseColor("#cef772")Accessibility — WCAG contrast
Aa
#cef772 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef772 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue44.7%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow53.8%
Key (black)3.1%
Color previews
#cef772 text on a black background
contrast 17.17:1
Card sample
#cef772 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef772;
Background color
Panel with #cef772 background
background-color: #cef772;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef772;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef772; background: linear-gradient(135deg, #cef772, #75F772);