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