#c5fbcf
a pale, electric green · cool · closest name: aquamarine
RGB
197, 251, 207
HSL
131°, 87%, 88%
CMYK
22, 0, 18, 2
Luminance
0.8537
Every format
| HEX | #c5fbcf |
| RGB | rgb(197, 251, 207) |
| HSL | hsl(131, 87%, 88%) |
| CMYK | cmyk(22%, 0%, 18%, 2%) |
| LAB | lab(94.0 -25.4 15.6) |
| LCH | lch(94.0 29.8 148.5) |
| OKLCH | oklch(0.940 0.081 150.2) |
Copy-ready code
/* CSS */
color: #c5fbcf;
background-color: #c5fbcf;
/* Tailwind (arbitrary) */
class="text-[#c5fbcf] bg-[#c5fbcf]"
/* SCSS */
$brand: #c5fbcf;
/* SwiftUI */
Color(red: 0.773, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#c5fbcf")Accessibility — WCAG contrast
Aa
#c5fbcf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fbcf on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.4%
Blue81.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#c5fbcf text on a black background
contrast 18.07:1
Card sample
#c5fbcf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fbcf;
Background color
Panel with #c5fbcf background
background-color: #c5fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fbcf; background: linear-gradient(135deg, #c5fbcf, #C5FBF3);