#c5efda
a pale, vivid green · cool · closest name: beige
RGB
197, 239, 218
HSL
150°, 57%, 86%
CMYK
18, 0, 9, 6
Luminance
0.7867
Every format
| HEX | #c5efda |
| RGB | rgb(197, 239, 218) |
| HSL | hsl(150, 57%, 86%) |
| CMYK | cmyk(18%, 0%, 9%, 6%) |
| LAB | lab(91.1 -17.6 5.7) |
| LCH | lch(91.1 18.5 162.1) |
| OKLCH | oklch(0.917 0.052 163.6) |
Copy-ready code
/* CSS */
color: #c5efda;
background-color: #c5efda;
/* Tailwind (arbitrary) */
class="text-[#c5efda] bg-[#c5efda]"
/* SCSS */
$brand: #c5efda;
/* SwiftUI */
Color(red: 0.773, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#c5efda")Accessibility — WCAG contrast
Aa
#c5efda on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5efda on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green93.7%
Blue85.5%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow8.8%
Key (black)6.3%
Color previews
#c5efda text on a black background
contrast 16.73:1
Card sample
#c5efda text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5efda;
Background color
Panel with #c5efda background
background-color: #c5efda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5efda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5efda; background: linear-gradient(135deg, #c5efda, #C5E8EF);