#cef685
a light, electric green · cool · closest name: khaki
RGB
206, 246, 133
HSL
81°, 86%, 74%
CMYK
16, 0, 46, 4
Luminance
0.8073
Every format
| HEX | #cef685 |
| RGB | rgb(206, 246, 133) |
| HSL | hsl(81, 86%, 74%) |
| CMYK | cmyk(16%, 0%, 46%, 4%) |
| LAB | lab(92.0 -30.4 49.9) |
| LCH | lch(92.0 58.5 121.4) |
| OKLCH | oklch(0.920 0.147 125.2) |
Copy-ready code
/* CSS */
color: #cef685;
background-color: #cef685;
/* Tailwind (arbitrary) */
class="text-[#cef685] bg-[#cef685]"
/* SCSS */
$brand: #cef685;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.522)
/* Android */
Color.parseColor("#cef685")Accessibility — WCAG contrast
Aa
#cef685 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef685 on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue52.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow45.9%
Key (black)3.5%
Color previews
#cef685 text on a black background
contrast 17.15:1
Card sample
#cef685 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef685;
Background color
Panel with #cef685 background
background-color: #cef685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef685; background: linear-gradient(135deg, #cef685, #85F687);