#c3f3cb
a pale, vivid green · cool · closest name: beige
RGB
195, 243, 203
HSL
130°, 67%, 86%
CMYK
20, 0, 17, 5
Luminance
0.8002
Every format
| HEX | #c3f3cb |
| RGB | rgb(195, 243, 203) |
| HSL | hsl(130, 67%, 86%) |
| CMYK | cmyk(20%, 0%, 17%, 5%) |
| LAB | lab(91.7 -22.9 14.3) |
| LCH | lch(91.7 27.0 148.0) |
| OKLCH | oklch(0.920 0.073 149.7) |
Copy-ready code
/* CSS */
color: #c3f3cb;
background-color: #c3f3cb;
/* Tailwind (arbitrary) */
class="text-[#c3f3cb] bg-[#c3f3cb]"
/* SCSS */
$brand: #c3f3cb;
/* SwiftUI */
Color(red: 0.765, green: 0.953, blue: 0.796)
/* Android */
Color.parseColor("#c3f3cb")Accessibility — WCAG contrast
Aa
#c3f3cb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f3cb on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green95.3%
Blue79.6%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow16.5%
Key (black)4.7%
Color previews
#c3f3cb text on a black background
contrast 17.00:1
Card sample
#c3f3cb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f3cb;
Background color
Panel with #c3f3cb background
background-color: #c3f3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 243, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 243, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f3cb; background: linear-gradient(135deg, #c3f3cb, #C3F3EB);