#c3f1df
a pale, vivid green · cool · closest name: beige
RGB
195, 241, 223
HSL
157°, 62%, 86%
CMYK
19, 0, 8, 6
Luminance
0.7984
Every format
| HEX | #c3f1df |
| RGB | rgb(195, 241, 223) |
| HSL | hsl(157, 62%, 86%) |
| CMYK | cmyk(19%, 0%, 8%, 6%) |
| LAB | lab(91.6 -18.3 3.8) |
| LCH | lch(91.6 18.6 168.1) |
| OKLCH | oklch(0.921 0.053 169.3) |
Copy-ready code
/* CSS */
color: #c3f1df;
background-color: #c3f1df;
/* Tailwind (arbitrary) */
class="text-[#c3f1df] bg-[#c3f1df]"
/* SCSS */
$brand: #c3f1df;
/* SwiftUI */
Color(red: 0.765, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#c3f1df")Accessibility — WCAG contrast
Aa
#c3f1df on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f1df on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green94.5%
Blue87.5%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow7.5%
Key (black)5.5%
Color previews
#c3f1df text on a black background
contrast 16.97:1
Card sample
#c3f1df text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f1df;
Background color
Panel with #c3f1df background
background-color: #c3f1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f1df; background: linear-gradient(135deg, #c3f1df, #C3E4F1);