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