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