#c5fcba
a pale, electric green · cool · closest name: aquamarine
RGB
197, 252, 186
HSL
110°, 92%, 86%
CMYK
22, 0, 26, 1
Luminance
0.8504
Every format
| HEX | #c5fcba |
| RGB | rgb(197, 252, 186) |
| HSL | hsl(110, 92%, 86%) |
| CMYK | cmyk(22%, 0%, 26%, 1%) |
| LAB | lab(93.9 -29.4 26.1) |
| LCH | lch(93.9 39.3 138.4) |
| OKLCH | oklch(0.937 0.104 140.4) |
Copy-ready code
/* CSS */
color: #c5fcba;
background-color: #c5fcba;
/* Tailwind (arbitrary) */
class="text-[#c5fcba] bg-[#c5fcba]"
/* SCSS */
$brand: #c5fcba;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#c5fcba")Accessibility — WCAG contrast
Aa
#c5fcba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fcba on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue72.9%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#c5fcba text on a black background
contrast 18.01:1
Card sample
#c5fcba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fcba;
Background color
Panel with #c5fcba background
background-color: #c5fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fcba; background: linear-gradient(135deg, #c5fcba, #BAFCDB);