#cff092
a light, electric green · cool · closest name: khaki
RGB
207, 240, 146
HSL
81°, 76%, 76%
CMYK
14, 0, 39, 6
Luminance
0.7766
Every format
| HEX | #cff092 |
| RGB | rgb(207, 240, 146) |
| HSL | hsl(81, 76%, 76%) |
| CMYK | cmyk(14%, 0%, 39%, 6%) |
| LAB | lab(90.6 -25.8 41.9) |
| LCH | lch(90.6 49.2 121.6) |
| OKLCH | oklch(0.910 0.125 124.6) |
Copy-ready code
/* CSS */
color: #cff092;
background-color: #cff092;
/* Tailwind (arbitrary) */
class="text-[#cff092] bg-[#cff092]"
/* SCSS */
$brand: #cff092;
/* SwiftUI */
Color(red: 0.812, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#cff092")Accessibility — WCAG contrast
Aa
#cff092 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff092 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.1%
Blue57.3%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#cff092 text on a black background
contrast 16.53:1
Card sample
#cff092 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff092;
Background color
Panel with #cff092 background
background-color: #cff092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff092; background: linear-gradient(135deg, #cff092, #92F094);