#c5fac8
a pale, electric green · cool · closest name: aquamarine
RGB
197, 250, 200
HSL
123°, 84%, 88%
CMYK
21, 0, 20, 2
Luminance
0.8441
Every format
| HEX | #c5fac8 |
| RGB | rgb(197, 250, 200) |
| HSL | hsl(123, 84%, 88%) |
| CMYK | cmyk(21%, 0%, 20%, 2%) |
| LAB | lab(93.6 -26.1 18.6) |
| LCH | lch(93.6 32.1 144.6) |
| OKLCH | oklch(0.936 0.086 146.3) |
Copy-ready code
/* CSS */
color: #c5fac8;
background-color: #c5fac8;
/* Tailwind (arbitrary) */
class="text-[#c5fac8] bg-[#c5fac8]"
/* SCSS */
$brand: #c5fac8;
/* SwiftUI */
Color(red: 0.773, green: 0.980, blue: 0.784)
/* Android */
Color.parseColor("#c5fac8")Accessibility — WCAG contrast
Aa
#c5fac8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fac8 on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.0%
Blue78.4%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow20.0%
Key (black)2.0%
Color previews
#c5fac8 text on a black background
contrast 17.88:1
Card sample
#c5fac8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fac8;
Background color
Panel with #c5fac8 background
background-color: #c5fac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 250, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 250, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fac8; background: linear-gradient(135deg, #c5fac8, #C5FAEB);