#ccf092
a light, electric green · cool · closest name: khaki
RGB
204, 240, 146
HSL
83°, 76%, 76%
CMYK
15, 0, 39, 6
Luminance
0.7723
Every format
| HEX | #ccf092 |
| RGB | rgb(204, 240, 146) |
| HSL | hsl(83, 76%, 76%) |
| CMYK | cmyk(15%, 0%, 39%, 6%) |
| LAB | lab(90.4 -26.9 41.6) |
| LCH | lch(90.4 49.5 122.8) |
| OKLCH | oklch(0.908 0.126 125.9) |
Copy-ready code
/* CSS */
color: #ccf092;
background-color: #ccf092;
/* Tailwind (arbitrary) */
class="text-[#ccf092] bg-[#ccf092]"
/* SCSS */
$brand: #ccf092;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#ccf092")Accessibility — WCAG contrast
Aa
#ccf092 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf092 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue57.3%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#ccf092 text on a black background
contrast 16.45:1
Card sample
#ccf092 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf092;
Background color
Panel with #ccf092 background
background-color: #ccf092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf092; background: linear-gradient(135deg, #ccf092, #92F097);