#c5fbc3
a pale, electric green · cool · closest name: aquamarine
RGB
197, 251, 195
HSL
118°, 88%, 88%
CMYK
22, 0, 22, 2
Luminance
0.8480
Every format
| HEX | #c5fbc3 |
| RGB | rgb(197, 251, 195) |
| HSL | hsl(118, 88%, 88%) |
| CMYK | cmyk(22%, 0%, 22%, 2%) |
| LAB | lab(93.8 -27.5 21.4) |
| LCH | lch(93.8 34.8 142.1) |
| OKLCH | oklch(0.937 0.093 143.9) |
Copy-ready code
/* CSS */
color: #c5fbc3;
background-color: #c5fbc3;
/* Tailwind (arbitrary) */
class="text-[#c5fbc3] bg-[#c5fbc3]"
/* SCSS */
$brand: #c5fbc3;
/* SwiftUI */
Color(red: 0.773, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#c5fbc3")Accessibility — WCAG contrast
Aa
#c5fbc3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fbc3 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.4%
Blue76.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#c5fbc3 text on a black background
contrast 17.96:1
Card sample
#c5fbc3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fbc3;
Background color
Panel with #c5fbc3 background
background-color: #c5fbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fbc3; background: linear-gradient(135deg, #c5fbc3, #C3FBE6);