#c3ebba
a light, vivid green · cool · closest name: beige
RGB
195, 235, 186
HSL
109°, 55%, 83%
CMYK
17, 0, 21, 8
Luminance
0.7456
Every format
| HEX | #c3ebba |
| RGB | rgb(195, 235, 186) |
| HSL | hsl(109, 55%, 83%) |
| CMYK | cmyk(17%, 0%, 21%, 8%) |
| LAB | lab(89.2 -21.9 19.6) |
| LCH | lch(89.2 29.4 138.2) |
| OKLCH | oklch(0.899 0.078 139.9) |
Copy-ready code
/* CSS */
color: #c3ebba;
background-color: #c3ebba;
/* Tailwind (arbitrary) */
class="text-[#c3ebba] bg-[#c3ebba]"
/* SCSS */
$brand: #c3ebba;
/* SwiftUI */
Color(red: 0.765, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#c3ebba")Accessibility — WCAG contrast
Aa
#c3ebba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ebba on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.2%
Blue72.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#c3ebba text on a black background
contrast 15.91:1
Card sample
#c3ebba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ebba;
Background color
Panel with #c3ebba background
background-color: #c3ebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ebba; background: linear-gradient(135deg, #c3ebba, #BAEBD2);