#c5fbdf
a pale, electric green · cool · closest name: beige
RGB
197, 251, 223
HSL
149°, 87%, 88%
CMYK
22, 0, 11, 2
Luminance
0.8619
Every format
| HEX | #c5fbdf |
| RGB | rgb(197, 251, 223) |
| HSL | hsl(149, 87%, 88%) |
| CMYK | cmyk(22%, 0%, 11%, 2%) |
| LAB | lab(94.4 -22.5 7.8) |
| LCH | lch(94.4 23.8 160.8) |
| OKLCH | oklch(0.943 0.067 162.2) |
Copy-ready code
/* CSS */
color: #c5fbdf;
background-color: #c5fbdf;
/* Tailwind (arbitrary) */
class="text-[#c5fbdf] bg-[#c5fbdf]"
/* SCSS */
$brand: #c5fbdf;
/* SwiftUI */
Color(red: 0.773, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#c5fbdf")Accessibility — WCAG contrast
Aa
#c5fbdf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fbdf on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#c5fbdf text on a black background
contrast 18.24:1
Card sample
#c5fbdf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fbdf;
Background color
Panel with #c5fbdf background
background-color: #c5fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fbdf; background: linear-gradient(135deg, #c5fbdf, #C5F3FB);