#c1edb0
a light, vivid green · cool · closest name: beige
RGB
193, 237, 176
HSL
103°, 63%, 81%
CMYK
19, 0, 26, 7
Luminance
0.7504
Every format
| HEX | #c1edb0 |
| RGB | rgb(193, 237, 176) |
| HSL | hsl(103, 63%, 81%) |
| CMYK | cmyk(19%, 0%, 26%, 7%) |
| LAB | lab(89.4 -25.2 25.0) |
| LCH | lch(89.4 35.5 135.2) |
| OKLCH | oklch(0.900 0.093 137.1) |
Copy-ready code
/* CSS */
color: #c1edb0;
background-color: #c1edb0;
/* Tailwind (arbitrary) */
class="text-[#c1edb0] bg-[#c1edb0]"
/* SCSS */
$brand: #c1edb0;
/* SwiftUI */
Color(red: 0.757, green: 0.929, blue: 0.690)
/* Android */
Color.parseColor("#c1edb0")Accessibility — WCAG contrast
Aa
#c1edb0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1edb0 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green92.9%
Blue69.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow25.7%
Key (black)7.1%
Color previews
#c1edb0 text on a black background
contrast 16.01:1
Card sample
#c1edb0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1edb0;
Background color
Panel with #c1edb0 background
background-color: #c1edb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1edb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 237, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 237, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1edb0; background: linear-gradient(135deg, #c1edb0, #B0EDC8);