#c5efdf
a pale, vivid green · cool · closest name: beige
RGB
197, 239, 223
HSL
157°, 57%, 86%
CMYK
18, 0, 7, 6
Luminance
0.7893
Every format
| HEX | #c5efdf |
| RGB | rgb(197, 239, 223) |
| HSL | hsl(157, 57%, 86%) |
| CMYK | cmyk(18%, 0%, 7%, 6%) |
| LAB | lab(91.2 -16.6 3.3) |
| LCH | lch(91.2 16.9 168.9) |
| OKLCH | oklch(0.918 0.049 170.1) |
Copy-ready code
/* CSS */
color: #c5efdf;
background-color: #c5efdf;
/* Tailwind (arbitrary) */
class="text-[#c5efdf] bg-[#c5efdf]"
/* SCSS */
$brand: #c5efdf;
/* SwiftUI */
Color(red: 0.773, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#c5efdf")Accessibility — WCAG contrast
Aa
#c5efdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5efdf on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#c5efdf text on a black background
contrast 16.79:1
Card sample
#c5efdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5efdf;
Background color
Panel with #c5efdf background
background-color: #c5efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5efdf; background: linear-gradient(135deg, #c5efdf, #C5E3EF);