#c7ebc9
a pale, vivid green · cool · closest name: beige
RGB
199, 235, 201
HSL
123°, 47%, 85%
CMYK
15, 0, 15, 8
Luminance
0.7578
Every format
| HEX | #c7ebc9 |
| RGB | rgb(199, 235, 201) |
| HSL | hsl(123, 47%, 85%) |
| CMYK | cmyk(15%, 0%, 15%, 8%) |
| LAB | lab(89.8 -18.1 12.6) |
| LCH | lch(89.8 22.0 145.0) |
| OKLCH | oklch(0.905 0.059 146.6) |
Copy-ready code
/* CSS */
color: #c7ebc9;
background-color: #c7ebc9;
/* Tailwind (arbitrary) */
class="text-[#c7ebc9] bg-[#c7ebc9]"
/* SCSS */
$brand: #c7ebc9;
/* SwiftUI */
Color(red: 0.780, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#c7ebc9")Accessibility — WCAG contrast
Aa
#c7ebc9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ebc9 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.2%
Blue78.8%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#c7ebc9 text on a black background
contrast 16.16:1
Card sample
#c7ebc9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ebc9;
Background color
Panel with #c7ebc9 background
background-color: #c7ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ebc9; background: linear-gradient(135deg, #c7ebc9, #C7EBE1);