#cff262
a light, electric green · cool · closest name: khaki
RGB
207, 242, 98
HSL
75°, 85%, 67%
CMYK
15, 0, 60, 5
Luminance
0.7765
Every format
| HEX | #cff262 |
| RGB | rgb(207, 242, 98) |
| HSL | hsl(75, 85%, 67%) |
| CMYK | cmyk(15%, 0%, 60%, 5%) |
| LAB | lab(90.6 -31.4 64.0) |
| LCH | lch(90.6 71.3 116.1) |
| OKLCH | oklch(0.908 0.173 121.5) |
Copy-ready code
/* CSS */
color: #cff262;
background-color: #cff262;
/* Tailwind (arbitrary) */
class="text-[#cff262] bg-[#cff262]"
/* SCSS */
$brand: #cff262;
/* SwiftUI */
Color(red: 0.812, green: 0.949, blue: 0.384)
/* Android */
Color.parseColor("#cff262")Accessibility — WCAG contrast
Aa
#cff262 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff262 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.9%
Blue38.4%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow59.5%
Key (black)5.1%
Color previews
#cff262 text on a black background
contrast 16.53:1
Card sample
#cff262 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff262;
Background color
Panel with #cff262 background
background-color: #cff262;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff262;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 242, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 242, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff262; background: linear-gradient(135deg, #cff262, #6FF262);