#cef79f
a light, electric green · cool · closest name: khaki
RGB
206, 247, 159
HSL
88°, 85%, 80%
CMYK
17, 0, 36, 3
Luminance
0.8215
Every format
| HEX | #cef79f |
| RGB | rgb(206, 247, 159) |
| HSL | hsl(88, 85%, 80%) |
| CMYK | cmyk(17%, 0%, 36%, 3%) |
| LAB | lab(92.6 -27.8 38.1) |
| LCH | lch(92.6 47.2 126.2) |
| OKLCH | oklch(0.927 0.121 128.9) |
Copy-ready code
/* CSS */
color: #cef79f;
background-color: #cef79f;
/* Tailwind (arbitrary) */
class="text-[#cef79f] bg-[#cef79f]"
/* SCSS */
$brand: #cef79f;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.624)
/* Android */
Color.parseColor("#cef79f")Accessibility — WCAG contrast
Aa
#cef79f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef79f on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue62.4%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow35.6%
Key (black)3.1%
Color previews
#cef79f text on a black background
contrast 17.43:1
Card sample
#cef79f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef79f;
Background color
Panel with #cef79f background
background-color: #cef79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef79f; background: linear-gradient(135deg, #cef79f, #9FF7AB);