#c5efcb
a pale, vivid green · cool · closest name: beige
RGB
197, 239, 203
HSL
129°, 57%, 86%
CMYK
18, 0, 15, 6
Luminance
0.7792
Every format
| HEX | #c5efcb |
| RGB | rgb(197, 239, 203) |
| HSL | hsl(129, 57%, 86%) |
| CMYK | cmyk(18%, 0%, 15%, 6%) |
| LAB | lab(90.7 -20.3 13.0) |
| LCH | lch(90.7 24.1 147.4) |
| OKLCH | oklch(0.913 0.065 149.0) |
Copy-ready code
/* CSS */
color: #c5efcb;
background-color: #c5efcb;
/* Tailwind (arbitrary) */
class="text-[#c5efcb] bg-[#c5efcb]"
/* SCSS */
$brand: #c5efcb;
/* SwiftUI */
Color(red: 0.773, green: 0.937, blue: 0.796)
/* Android */
Color.parseColor("#c5efcb")Accessibility — WCAG contrast
Aa
#c5efcb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5efcb on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green93.7%
Blue79.6%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow15.1%
Key (black)6.3%
Color previews
#c5efcb text on a black background
contrast 16.58:1
Card sample
#c5efcb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5efcb;
Background color
Panel with #c5efcb background
background-color: #c5efcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5efcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 239, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 239, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5efcb; background: linear-gradient(135deg, #c5efcb, #C5EFE7);