#c3ebac
a light, vivid green · cool · closest name: khaki
RGB
195, 235, 172
HSL
98°, 61%, 80%
CMYK
17, 0, 27, 8
Luminance
0.7400
Every format
| HEX | #c3ebac |
| RGB | rgb(195, 235, 172) |
| HSL | hsl(98, 61%, 80%) |
| CMYK | cmyk(17%, 0%, 27%, 8%) |
| LAB | lab(88.9 -24.1 26.4) |
| LCH | lch(88.9 35.8 132.4) |
| OKLCH | oklch(0.896 0.094 134.4) |
Copy-ready code
/* CSS */
color: #c3ebac;
background-color: #c3ebac;
/* Tailwind (arbitrary) */
class="text-[#c3ebac] bg-[#c3ebac]"
/* SCSS */
$brand: #c3ebac;
/* SwiftUI */
Color(red: 0.765, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#c3ebac")Accessibility — WCAG contrast
Aa
#c3ebac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ebac on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.2%
Blue67.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#c3ebac text on a black background
contrast 15.80:1
Card sample
#c3ebac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ebac;
Background color
Panel with #c3ebac background
background-color: #c3ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ebac; background: linear-gradient(135deg, #c3ebac, #ACEBBF);