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