#c5fbc9
a pale, electric green · cool · closest name: aquamarine
RGB
197, 251, 201
HSL
124°, 87%, 88%
CMYK
22, 0, 20, 2
Luminance
0.8508
Every format
| HEX | #c5fbc9 |
| RGB | rgb(197, 251, 201) |
| HSL | hsl(124, 87%, 88%) |
| CMYK | cmyk(22%, 0%, 20%, 2%) |
| LAB | lab(93.9 -26.4 18.5) |
| LCH | lch(93.9 32.3 145.0) |
| OKLCH | oklch(0.938 0.087 146.8) |
Copy-ready code
/* CSS */
color: #c5fbc9;
background-color: #c5fbc9;
/* Tailwind (arbitrary) */
class="text-[#c5fbc9] bg-[#c5fbc9]"
/* SCSS */
$brand: #c5fbc9;
/* SwiftUI */
Color(red: 0.773, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#c5fbc9")Accessibility — WCAG contrast
Aa
#c5fbc9 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fbc9 on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#c5fbc9 text on a black background
contrast 18.02:1
Card sample
#c5fbc9 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fbc9;
Background color
Panel with #c5fbc9 background
background-color: #c5fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fbc9; background: linear-gradient(135deg, #c5fbc9, #C5FBED);