#7afdcf
a light, electric green · cool · “aquamarine”
RGB
122, 253, 207
HSL
159°, 97%, 74%
CMYK
52, 0, 18, 1
Luminance
0.7889
Every format
| HEX | #7afdcf |
| RGB | rgb(122, 253, 207) |
| HSL | hsl(159, 97%, 74%) |
| CMYK | cmyk(52%, 0%, 18%, 1%) |
| LAB | lab(91.2 -46.8 11.1) |
| LCH | lch(91.2 48.1 166.7) |
| OKLCH | oklch(0.907 0.134 167.8) |
Copy-ready code
/* CSS */
color: #7afdcf;
background-color: #7afdcf;
/* Tailwind (arbitrary) */
class="text-[#7afdcf] bg-[#7afdcf]"
/* SCSS */
$brand: #7afdcf;
/* SwiftUI */
Color(red: 0.478, green: 0.992, blue: 0.812)
/* Android */
Color.parseColor("#7afdcf")Accessibility — WCAG contrast
Aa
#7afdcf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afdcf on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.2%
Blue81.2%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow18.2%
Key (black)0.8%
Color previews
#7afdcf text on a black background
contrast 16.78:1
Card sample
#7afdcf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afdcf;
Background color
Panel with #7afdcf background
background-color: #7afdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 253, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 253, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afdcf; background: linear-gradient(135deg, #7afdcf, #7AD4FD);