#cbfcac
a light, electric green · cool · closest name: khaki
RGB
203, 252, 172
HSL
97°, 93%, 83%
CMYK
19, 0, 32, 1
Luminance
0.8530
Every format
| HEX | #cbfcac |
| RGB | rgb(203, 252, 172) |
| HSL | hsl(97, 93%, 83%) |
| CMYK | cmyk(19%, 0%, 32%, 1%) |
| LAB | lab(94.0 -29.4 33.4) |
| LCH | lch(94.0 44.5 131.4) |
| OKLCH | oklch(0.938 0.116 133.8) |
Copy-ready code
/* CSS */
color: #cbfcac;
background-color: #cbfcac;
/* Tailwind (arbitrary) */
class="text-[#cbfcac] bg-[#cbfcac]"
/* SCSS */
$brand: #cbfcac;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#cbfcac")Accessibility — WCAG contrast
Aa
#cbfcac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcac on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue67.5%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#cbfcac text on a black background
contrast 18.06:1
Card sample
#cbfcac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcac;
Background color
Panel with #cbfcac background
background-color: #cbfcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcac; background: linear-gradient(135deg, #cbfcac, #ACFCC2);