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