#cbf892
a light, electric green · cool · closest name: khaki
RGB
203, 248, 146
HSL
87°, 88%, 77%
CMYK
18, 0, 41, 3
Luminance
0.8191
Every format
| HEX | #cbf892 |
| RGB | rgb(203, 248, 146) |
| HSL | hsl(87, 88%, 77%) |
| CMYK | cmyk(18%, 0%, 41%, 3%) |
| LAB | lab(92.5 -31.0 44.3) |
| LCH | lch(92.5 54.1 125.0) |
| OKLCH | oklch(0.925 0.138 128.3) |
Copy-ready code
/* CSS */
color: #cbf892;
background-color: #cbf892;
/* Tailwind (arbitrary) */
class="text-[#cbf892] bg-[#cbf892]"
/* SCSS */
$brand: #cbf892;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#cbf892")Accessibility — WCAG contrast
Aa
#cbf892 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf892 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue57.3%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#cbf892 text on a black background
contrast 17.38:1
Card sample
#cbf892 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf892;
Background color
Panel with #cbf892 background
background-color: #cbf892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf892; background: linear-gradient(135deg, #cbf892, #92F89D);