#7ffbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
127, 251, 223
HSL
167°, 94%, 74%
CMYK
49, 0, 11, 2
Luminance
0.7883
Every format
| HEX | #7ffbdf |
| RGB | rgb(127, 251, 223) |
| HSL | hsl(167, 94%, 74%) |
| CMYK | cmyk(49%, 0%, 11%, 2%) |
| LAB | lab(91.2 -41.3 2.8) |
| LCH | lch(91.2 41.4 176.2) |
| OKLCH | oklch(0.909 0.119 176.8) |
Copy-ready code
/* CSS */
color: #7ffbdf;
background-color: #7ffbdf;
/* Tailwind (arbitrary) */
class="text-[#7ffbdf] bg-[#7ffbdf]"
/* SCSS */
$brand: #7ffbdf;
/* SwiftUI */
Color(red: 0.498, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#7ffbdf")Accessibility — WCAG contrast
Aa
#7ffbdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffbdf on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.4%
Blue87.5%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#7ffbdf text on a black background
contrast 16.77:1
Card sample
#7ffbdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffbdf;
Background color
Panel with #7ffbdf background
background-color: #7ffbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffbdf; background: linear-gradient(135deg, #7ffbdf, #7FC4FB);