#7fefcf
a light, electric cyan · cool · closest name: aquamarine
RGB
127, 239, 207
HSL
163°, 78%, 72%
CMYK
47, 0, 13, 6
Luminance
0.7075
Every format
| HEX | #7fefcf |
| RGB | rgb(127, 239, 207) |
| HSL | hsl(163, 78%, 72%) |
| CMYK | cmyk(47%, 0%, 13%, 6%) |
| LAB | lab(87.4 -39.5 5.6) |
| LCH | lch(87.4 39.9 171.9) |
| OKLCH | oklch(0.877 0.114 172.8) |
Copy-ready code
/* CSS */
color: #7fefcf;
background-color: #7fefcf;
/* Tailwind (arbitrary) */
class="text-[#7fefcf] bg-[#7fefcf]"
/* SCSS */
$brand: #7fefcf;
/* SwiftUI */
Color(red: 0.498, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#7fefcf")Accessibility — WCAG contrast
Aa
#7fefcf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fefcf on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green93.7%
Blue81.2%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#7fefcf text on a black background
contrast 15.15:1
Card sample
#7fefcf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fefcf;
Background color
Panel with #7fefcf background
background-color: #7fefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fefcf; background: linear-gradient(135deg, #7fefcf, #7FC4EF);