#c2fbdf
a pale, electric green · cool · closest name: beige
RGB
194, 251, 223
HSL
151°, 88%, 87%
CMYK
23, 0, 11, 2
Luminance
0.8579
Every format
| HEX | #c2fbdf |
| RGB | rgb(194, 251, 223) |
| HSL | hsl(151, 88%, 87%) |
| CMYK | cmyk(23%, 0%, 11%, 2%) |
| LAB | lab(94.2 -23.4 7.6) |
| LCH | lch(94.2 24.6 162.1) |
| OKLCH | oklch(0.942 0.069 163.5) |
Copy-ready code
/* CSS */
color: #c2fbdf;
background-color: #c2fbdf;
/* Tailwind (arbitrary) */
class="text-[#c2fbdf] bg-[#c2fbdf]"
/* SCSS */
$brand: #c2fbdf;
/* SwiftUI */
Color(red: 0.761, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#c2fbdf")Accessibility — WCAG contrast
Aa
#c2fbdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fbdf on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.4%
Blue87.5%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#c2fbdf text on a black background
contrast 18.16:1
Card sample
#c2fbdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fbdf;
Background color
Panel with #c2fbdf background
background-color: #c2fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fbdf; background: linear-gradient(135deg, #c2fbdf, #C2F1FB);