#c1ebac
a light, vivid green · cool · closest name: khaki
RGB
193, 235, 172
HSL
100°, 61%, 80%
CMYK
18, 0, 27, 8
Luminance
0.7373
Every format
| HEX | #c1ebac |
| RGB | rgb(193, 235, 172) |
| HSL | hsl(100, 61%, 80%) |
| CMYK | cmyk(18%, 0%, 27%, 8%) |
| LAB | lab(88.8 -24.8 26.2) |
| LCH | lch(88.8 36.1 133.4) |
| OKLCH | oklch(0.895 0.095 135.4) |
Copy-ready code
/* CSS */
color: #c1ebac;
background-color: #c1ebac;
/* Tailwind (arbitrary) */
class="text-[#c1ebac] bg-[#c1ebac]"
/* SCSS */
$brand: #c1ebac;
/* SwiftUI */
Color(red: 0.757, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#c1ebac")Accessibility — WCAG contrast
Aa
#c1ebac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1ebac on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green92.2%
Blue67.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#c1ebac text on a black background
contrast 15.75:1
Card sample
#c1ebac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1ebac;
Background color
Panel with #c1ebac background
background-color: #c1ebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1ebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1ebac; background: linear-gradient(135deg, #c1ebac, #ACEBC1);