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