#c7fbcb
a pale, electric green · cool · closest name: aquamarine
RGB
199, 251, 203
HSL
125°, 87%, 88%
CMYK
21, 0, 19, 2
Luminance
0.8545
Every format
| HEX | #c7fbcb |
| RGB | rgb(199, 251, 203) |
| HSL | hsl(125, 87%, 88%) |
| CMYK | cmyk(21%, 0%, 19%, 2%) |
| LAB | lab(94.1 -25.5 17.7) |
| LCH | lch(94.1 31.0 145.2) |
| OKLCH | oklch(0.940 0.083 146.9) |
Copy-ready code
/* CSS */
color: #c7fbcb;
background-color: #c7fbcb;
/* Tailwind (arbitrary) */
class="text-[#c7fbcb] bg-[#c7fbcb]"
/* SCSS */
$brand: #c7fbcb;
/* SwiftUI */
Color(red: 0.780, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#c7fbcb")Accessibility — WCAG contrast
Aa
#c7fbcb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fbcb on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.4%
Blue79.6%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow19.1%
Key (black)1.6%
Color previews
#c7fbcb text on a black background
contrast 18.09:1
Card sample
#c7fbcb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fbcb;
Background color
Panel with #c7fbcb background
background-color: #c7fbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fbcb; background: linear-gradient(135deg, #c7fbcb, #C7FBEE);