#cef663
a light, electric green · cool · closest name: khaki
RGB
206, 246, 99
HSL
76°, 89%, 68%
CMYK
16, 0, 60, 4
Luminance
0.7993
Every format
| HEX | #cef663 |
| RGB | rgb(206, 246, 99) |
| HSL | hsl(76, 89%, 68%) |
| CMYK | cmyk(16%, 0%, 60%, 4%) |
| LAB | lab(91.7 -33.5 64.7) |
| LCH | lch(91.7 72.9 117.4) |
| OKLCH | oklch(0.916 0.178 122.8) |
Copy-ready code
/* CSS */
color: #cef663;
background-color: #cef663;
/* Tailwind (arbitrary) */
class="text-[#cef663] bg-[#cef663]"
/* SCSS */
$brand: #cef663;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#cef663")Accessibility — WCAG contrast
Aa
#cef663 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef663 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue38.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#cef663 text on a black background
contrast 16.99:1
Card sample
#cef663 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef663;
Background color
Panel with #cef663 background
background-color: #cef663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef663; background: linear-gradient(135deg, #cef663, #6CF663);