#c3facb
a pale, electric green · cool · closest name: aquamarine
RGB
195, 250, 203
HSL
129°, 85%, 87%
CMYK
22, 0, 19, 2
Luminance
0.8429
Every format
| HEX | #c3facb |
| RGB | rgb(195, 250, 203) |
| HSL | hsl(129, 85%, 87%) |
| CMYK | cmyk(22%, 0%, 19%, 2%) |
| LAB | lab(93.6 -26.3 17.0) |
| LCH | lch(93.6 31.3 147.2) |
| OKLCH | oklch(0.935 0.084 148.9) |
Copy-ready code
/* CSS */
color: #c3facb;
background-color: #c3facb;
/* Tailwind (arbitrary) */
class="text-[#c3facb] bg-[#c3facb]"
/* SCSS */
$brand: #c3facb;
/* SwiftUI */
Color(red: 0.765, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#c3facb")Accessibility — WCAG contrast
Aa
#c3facb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3facb on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.0%
Blue79.6%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#c3facb text on a black background
contrast 17.86:1
Card sample
#c3facb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3facb;
Background color
Panel with #c3facb background
background-color: #c3facb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3facb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3facb; background: linear-gradient(135deg, #c3facb, #C3FAF0);