#cff28c
a light, electric green · cool · closest name: khaki
RGB
207, 242, 140
HSL
81°, 80%, 75%
CMYK
15, 0, 42, 5
Luminance
0.7866
Every format
| HEX | #cff28c |
| RGB | rgb(207, 242, 140) |
| HSL | hsl(81, 80%, 75%) |
| CMYK | cmyk(15%, 0%, 42%, 5%) |
| LAB | lab(91.1 -27.4 45.4) |
| LCH | lch(91.1 53.0 121.1) |
| OKLCH | oklch(0.913 0.134 124.5) |
Copy-ready code
/* CSS */
color: #cff28c;
background-color: #cff28c;
/* Tailwind (arbitrary) */
class="text-[#cff28c] bg-[#cff28c]"
/* SCSS */
$brand: #cff28c;
/* SwiftUI */
Color(red: 0.812, green: 0.949, blue: 0.549)
/* Android */
Color.parseColor("#cff28c")Accessibility — WCAG contrast
Aa
#cff28c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff28c on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.9%
Blue54.9%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow42.1%
Key (black)5.1%
Color previews
#cff28c text on a black background
contrast 16.73:1
Card sample
#cff28c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff28c;
Background color
Panel with #cff28c background
background-color: #cff28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 242, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 242, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff28c; background: linear-gradient(135deg, #cff28c, #8CF28D);