#cef68f
a light, electric green · cool · closest name: khaki
RGB
206, 246, 143
HSL
83°, 85%, 76%
CMYK
16, 0, 42, 4
Luminance
0.8102
Every format
| HEX | #cef68f |
| RGB | rgb(206, 246, 143) |
| HSL | hsl(83, 85%, 76%) |
| CMYK | cmyk(16%, 0%, 42%, 4%) |
| LAB | lab(92.1 -29.3 45.3) |
| LCH | lch(92.1 54.0 122.9) |
| OKLCH | oklch(0.922 0.137 126.3) |
Copy-ready code
/* CSS */
color: #cef68f;
background-color: #cef68f;
/* Tailwind (arbitrary) */
class="text-[#cef68f] bg-[#cef68f]"
/* SCSS */
$brand: #cef68f;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.561)
/* Android */
Color.parseColor("#cef68f")Accessibility — WCAG contrast
Aa
#cef68f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef68f on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue56.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow41.9%
Key (black)3.5%
Color previews
#cef68f text on a black background
contrast 17.20:1
Card sample
#cef68f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef68f;
Background color
Panel with #cef68f background
background-color: #cef68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef68f; background: linear-gradient(135deg, #cef68f, #8FF695);