#cef968
a light, electric green · cool · closest name: khaki
RGB
206, 249, 104
HSL
78°, 92%, 69%
CMYK
17, 0, 58, 2
Luminance
0.8187
Every format
| HEX | #cef968 |
| RGB | rgb(206, 249, 104) |
| HSL | hsl(78, 92%, 69%) |
| CMYK | cmyk(17%, 0%, 58%, 2%) |
| LAB | lab(92.5 -34.5 63.6) |
| LCH | lch(92.5 72.4 118.5) |
| OKLCH | oklch(0.924 0.177 123.7) |
Copy-ready code
/* CSS */
color: #cef968;
background-color: #cef968;
/* Tailwind (arbitrary) */
class="text-[#cef968] bg-[#cef968]"
/* SCSS */
$brand: #cef968;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.408)
/* Android */
Color.parseColor("#cef968")Accessibility — WCAG contrast
Aa
#cef968 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef968 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue40.8%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow58.2%
Key (black)2.4%
Color previews
#cef968 text on a black background
contrast 17.37:1
Card sample
#cef968 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef968;
Background color
Panel with #cef968 background
background-color: #cef968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef968; background: linear-gradient(135deg, #cef968, #6DF968);