#cbfd98
a light, electric green · cool · closest name: khaki
RGB
203, 253, 152
HSL
90°, 96%, 79%
CMYK
20, 0, 40, 1
Luminance
0.8521
Every format
| HEX | #cbfd98 |
| RGB | rgb(203, 253, 152) |
| HSL | hsl(90, 96%, 79%) |
| CMYK | cmyk(20%, 0%, 40%, 1%) |
| LAB | lab(94.0 -32.6 43.2) |
| LCH | lch(94.0 54.1 127.0) |
| OKLCH | oklch(0.937 0.139 130.2) |
Copy-ready code
/* CSS */
color: #cbfd98;
background-color: #cbfd98;
/* Tailwind (arbitrary) */
class="text-[#cbfd98] bg-[#cbfd98]"
/* SCSS */
$brand: #cbfd98;
/* SwiftUI */
Color(red: 0.796, green: 0.992, blue: 0.596)
/* Android */
Color.parseColor("#cbfd98")Accessibility — WCAG contrast
Aa
#cbfd98 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfd98 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.2%
Blue59.6%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow39.9%
Key (black)0.8%
Color previews
#cbfd98 text on a black background
contrast 18.04:1
Card sample
#cbfd98 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfd98;
Background color
Panel with #cbfd98 background
background-color: #cbfd98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfd98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 253, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 253, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfd98; background: linear-gradient(135deg, #cbfd98, #98FDA8);