#cef892
a light, electric green · cool · closest name: khaki
RGB
206, 248, 146
HSL
85°, 88%, 77%
CMYK
17, 0, 41, 3
Luminance
0.8233
Every format
| HEX | #cef892 |
| RGB | rgb(206, 248, 146) |
| HSL | hsl(85, 88%, 77%) |
| CMYK | cmyk(17%, 0%, 41%, 3%) |
| LAB | lab(92.7 -29.9 44.6) |
| LCH | lch(92.7 53.7 123.9) |
| OKLCH | oklch(0.927 0.136 127.1) |
Copy-ready code
/* CSS */
color: #cef892;
background-color: #cef892;
/* Tailwind (arbitrary) */
class="text-[#cef892] bg-[#cef892]"
/* SCSS */
$brand: #cef892;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#cef892")Accessibility — WCAG contrast
Aa
#cef892 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef892 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue57.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#cef892 text on a black background
contrast 17.47:1
Card sample
#cef892 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef892;
Background color
Panel with #cef892 background
background-color: #cef892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef892; background: linear-gradient(135deg, #cef892, #92F89A);