#cbf8ad
a light, electric green · cool · closest name: khaki
RGB
203, 248, 173
HSL
96°, 84%, 83%
CMYK
18, 0, 30, 3
Luminance
0.8285
Every format
| HEX | #cbf8ad |
| RGB | rgb(203, 248, 173) |
| HSL | hsl(96, 84%, 83%) |
| CMYK | cmyk(18%, 0%, 30%, 3%) |
| LAB | lab(93.0 -27.4 31.4) |
| LCH | lch(93.0 41.7 131.1) |
| OKLCH | oklch(0.929 0.109 133.3) |
Copy-ready code
/* CSS */
color: #cbf8ad;
background-color: #cbf8ad;
/* Tailwind (arbitrary) */
class="text-[#cbf8ad] bg-[#cbf8ad]"
/* SCSS */
$brand: #cbf8ad;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.678)
/* Android */
Color.parseColor("#cbf8ad")Accessibility — WCAG contrast
Aa
#cbf8ad on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8ad on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue67.8%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow30.2%
Key (black)2.7%
Color previews
#cbf8ad text on a black background
contrast 17.57:1
Card sample
#cbf8ad text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8ad;
Background color
Panel with #cbf8ad background
background-color: #cbf8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8ad; background: linear-gradient(135deg, #cbf8ad, #ADF8C1);