#cbffac
a light, electric green · cool · closest name: khaki
RGB
203, 255, 172
HSL
98°, 100%, 84%
CMYK
20, 0, 33, 0
Luminance
0.8720
Every format
| HEX | #cbffac |
| RGB | rgb(203, 255, 172) |
| HSL | hsl(98, 100%, 84%) |
| CMYK | cmyk(20%, 0%, 33%, 0%) |
| LAB | lab(94.8 -30.9 34.5) |
| LCH | lch(94.8 46.3 131.8) |
| OKLCH | oklch(0.945 0.120 134.3) |
Copy-ready code
/* CSS */
color: #cbffac;
background-color: #cbffac;
/* Tailwind (arbitrary) */
class="text-[#cbffac] bg-[#cbffac]"
/* SCSS */
$brand: #cbffac;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#cbffac")Accessibility — WCAG contrast
Aa
#cbffac on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffac on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue67.5%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#cbffac text on a black background
contrast 18.44:1
Card sample
#cbffac text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffac;
Background color
Panel with #cbffac background
background-color: #cbffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffac; background: linear-gradient(135deg, #cbffac, #ACFFC4);