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