#c5feba
a pale, electric green · cool · closest name: aquamarine
RGB
197, 254, 186
HSL
110°, 97%, 86%
CMYK
22, 0, 27, 0
Luminance
0.8630
Every format
| HEX | #c5feba |
| RGB | rgb(197, 254, 186) |
| HSL | hsl(110, 97%, 86%) |
| CMYK | cmyk(22%, 0%, 27%, 0%) |
| LAB | lab(94.4 -30.3 26.9) |
| LCH | lch(94.4 40.5 138.5) |
| OKLCH | oklch(0.941 0.107 140.5) |
Copy-ready code
/* CSS */
color: #c5feba;
background-color: #c5feba;
/* Tailwind (arbitrary) */
class="text-[#c5feba] bg-[#c5feba]"
/* SCSS */
$brand: #c5feba;
/* SwiftUI */
Color(red: 0.773, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#c5feba")Accessibility — WCAG contrast
Aa
#c5feba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5feba on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green99.6%
Blue72.9%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#c5feba text on a black background
contrast 18.26:1
Card sample
#c5feba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5feba;
Background color
Panel with #c5feba background
background-color: #c5feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5feba; background: linear-gradient(135deg, #c5feba, #BAFEDC);