#7ff5cf
a light, electric cyan · cool · closest name: aquamarine
RGB
127, 245, 207
HSL
161°, 86%, 73%
CMYK
48, 0, 16, 4
Luminance
0.7432
Every format
| HEX | #7ff5cf |
| RGB | rgb(127, 245, 207) |
| HSL | hsl(161, 86%, 73%) |
| CMYK | cmyk(48%, 0%, 16%, 4%) |
| LAB | lab(89.1 -42.2 8.1) |
| LCH | lch(89.1 43.0 169.2) |
| OKLCH | oklch(0.891 0.121 170.2) |
Copy-ready code
/* CSS */
color: #7ff5cf;
background-color: #7ff5cf;
/* Tailwind (arbitrary) */
class="text-[#7ff5cf] bg-[#7ff5cf]"
/* SCSS */
$brand: #7ff5cf;
/* SwiftUI */
Color(red: 0.498, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#7ff5cf")Accessibility — WCAG contrast
Aa
#7ff5cf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ff5cf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green96.1%
Blue81.2%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#7ff5cf text on a black background
contrast 15.86:1
Card sample
#7ff5cf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ff5cf;
Background color
Panel with #7ff5cf background
background-color: #7ff5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ff5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ff5cf; background: linear-gradient(135deg, #7ff5cf, #7FCCF5);