#7df7cf
a light, electric cyan · cool · closest name: aquamarine
RGB
125, 247, 207
HSL
160°, 88%, 73%
CMYK
49, 0, 16, 3
Luminance
0.7539
Every format
| HEX | #7df7cf |
| RGB | rgb(125, 247, 207) |
| HSL | hsl(160, 88%, 73%) |
| CMYK | cmyk(49%, 0%, 16%, 3%) |
| LAB | lab(89.6 -43.6 8.8) |
| LCH | lch(89.6 44.4 168.6) |
| OKLCH | oklch(0.894 0.125 169.6) |
Copy-ready code
/* CSS */
color: #7df7cf;
background-color: #7df7cf;
/* Tailwind (arbitrary) */
class="text-[#7df7cf] bg-[#7df7cf]"
/* SCSS */
$brand: #7df7cf;
/* SwiftUI */
Color(red: 0.490, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#7df7cf")Accessibility — WCAG contrast
Aa
#7df7cf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df7cf on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green96.9%
Blue81.2%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow16.2%
Key (black)3.1%
Color previews
#7df7cf text on a black background
contrast 16.08:1
Card sample
#7df7cf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df7cf;
Background color
Panel with #7df7cf background
background-color: #7df7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df7cf; background: linear-gradient(135deg, #7df7cf, #7DCEF7);