#c3f8df
a pale, electric green · cool · closest name: beige
RGB
195, 248, 223
HSL
152°, 79%, 87%
CMYK
21, 0, 10, 3
Luminance
0.8406
Every format
| HEX | #c3f8df |
| RGB | rgb(195, 248, 223) |
| HSL | hsl(152, 79%, 87%) |
| CMYK | cmyk(21%, 0%, 10%, 3%) |
| LAB | lab(93.5 -21.7 6.5) |
| LCH | lch(93.5 22.6 163.3) |
| OKLCH | oklch(0.936 0.064 164.6) |
Copy-ready code
/* CSS */
color: #c3f8df;
background-color: #c3f8df;
/* Tailwind (arbitrary) */
class="text-[#c3f8df] bg-[#c3f8df]"
/* SCSS */
$brand: #c3f8df;
/* SwiftUI */
Color(red: 0.765, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#c3f8df")Accessibility — WCAG contrast
Aa
#c3f8df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f8df on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green97.3%
Blue87.5%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#c3f8df text on a black background
contrast 17.81:1
Card sample
#c3f8df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f8df;
Background color
Panel with #c3f8df background
background-color: #c3f8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f8df; background: linear-gradient(135deg, #c3f8df, #C3EEF8);