#c7ebba
a light, vivid green · cool · closest name: beige
RGB
199, 235, 186
HSL
104°, 55%, 83%
CMYK
15, 0, 21, 8
Luminance
0.7510
Every format
| HEX | #c7ebba |
| RGB | rgb(199, 235, 186) |
| HSL | hsl(104, 55%, 83%) |
| CMYK | cmyk(15%, 0%, 21%, 8%) |
| LAB | lab(89.4 -20.6 20.0) |
| LCH | lch(89.4 28.7 135.8) |
| OKLCH | oklch(0.902 0.076 137.4) |
Copy-ready code
/* CSS */
color: #c7ebba;
background-color: #c7ebba;
/* Tailwind (arbitrary) */
class="text-[#c7ebba] bg-[#c7ebba]"
/* SCSS */
$brand: #c7ebba;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#c7ebba")Accessibility — WCAG contrast
Aa
#c7ebba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebba on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue72.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#c7ebba text on a black background
contrast 16.02:1
Card sample
#c7ebba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebba;
Background color
Panel with #c7ebba background
background-color: #c7ebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebba; background: linear-gradient(135deg, #c7ebba, #BAEBCE);