#c3fbd5
a pale, electric green · cool · closest name: aquamarine
RGB
195, 251, 213
HSL
139°, 88%, 88%
CMYK
22, 0, 15, 2
Luminance
0.8540
Every format
| HEX | #c3fbd5 |
| RGB | rgb(195, 251, 213) |
| HSL | hsl(139, 88%, 88%) |
| CMYK | cmyk(22%, 0%, 15%, 2%) |
| LAB | lab(94.0 -25.0 12.5) |
| LCH | lch(94.0 27.9 153.4) |
| OKLCH | oklch(0.940 0.076 155.0) |
Copy-ready code
/* CSS */
color: #c3fbd5;
background-color: #c3fbd5;
/* Tailwind (arbitrary) */
class="text-[#c3fbd5] bg-[#c3fbd5]"
/* SCSS */
$brand: #c3fbd5;
/* SwiftUI */
Color(red: 0.765, green: 0.984, blue: 0.835)
/* Android */
Color.parseColor("#c3fbd5")Accessibility — WCAG contrast
Aa
#c3fbd5 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fbd5 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.4%
Blue83.5%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow15.1%
Key (black)1.6%
Color previews
#c3fbd5 text on a black background
contrast 18.08:1
Card sample
#c3fbd5 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fbd5;
Background color
Panel with #c3fbd5 background
background-color: #c3fbd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fbd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 251, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 251, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fbd5; background: linear-gradient(135deg, #c3fbd5, #C3FBFA);