#7afedf
a light, electric cyan · cool · closest name: aquamarine
RGB
122, 254, 223
HSL
166°, 99%, 74%
CMYK
52, 0, 12, 0
Luminance
0.8035
Every format
| HEX | #7afedf |
| RGB | rgb(122, 254, 223) |
| HSL | hsl(166, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 12%, 0%) |
| LAB | lab(91.8 -43.7 3.7) |
| LCH | lch(91.8 43.9 175.1) |
| OKLCH | oklch(0.914 0.126 175.8) |
Copy-ready code
/* CSS */
color: #7afedf;
background-color: #7afedf;
/* Tailwind (arbitrary) */
class="text-[#7afedf] bg-[#7afedf]"
/* SCSS */
$brand: #7afedf;
/* SwiftUI */
Color(red: 0.478, green: 0.996, blue: 0.875)
/* Android */
Color.parseColor("#7afedf")Accessibility — WCAG contrast
Aa
#7afedf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afedf on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.6%
Blue87.5%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow12.2%
Key (black)0.4%
Color previews
#7afedf text on a black background
contrast 17.07:1
Card sample
#7afedf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afedf;
Background color
Panel with #7afedf background
background-color: #7afedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 254, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 254, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afedf; background: linear-gradient(135deg, #7afedf, #7AC5FE);