#cbfeaf
a light, electric green · cool · closest name: khaki
RGB
203, 254, 175
HSL
99°, 98%, 84%
CMYK
20, 0, 31, 0
Luminance
0.8668
Every format
| HEX | #cbfeaf |
| RGB | rgb(203, 254, 175) |
| HSL | hsl(99, 98%, 84%) |
| CMYK | cmyk(20%, 0%, 31%, 0%) |
| LAB | lab(94.6 -30.0 32.7) |
| LCH | lch(94.6 44.3 132.5) |
| OKLCH | oklch(0.943 0.116 134.9) |
Copy-ready code
/* CSS */
color: #cbfeaf;
background-color: #cbfeaf;
/* Tailwind (arbitrary) */
class="text-[#cbfeaf] bg-[#cbfeaf]"
/* SCSS */
$brand: #cbfeaf;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#cbfeaf")Accessibility — WCAG contrast
Aa
#cbfeaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfeaf on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue68.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#cbfeaf text on a black background
contrast 18.34:1
Card sample
#cbfeaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfeaf;
Background color
Panel with #cbfeaf background
background-color: #cbfeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfeaf; background: linear-gradient(135deg, #cbfeaf, #AFFEC8);