#7afcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
122, 252, 223
HSL
167°, 96%, 73%
CMYK
52, 0, 12, 1
Luminance
0.7909
Every format
| HEX | #7afcdf |
| RGB | rgb(122, 252, 223) |
| HSL | hsl(167, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 12%, 1%) |
| LAB | lab(91.3 -42.8 2.9) |
| LCH | lch(91.3 42.9 176.1) |
| OKLCH | oklch(0.909 0.123 176.7) |
Copy-ready code
/* CSS */
color: #7afcdf;
background-color: #7afcdf;
/* Tailwind (arbitrary) */
class="text-[#7afcdf] bg-[#7afcdf]"
/* SCSS */
$brand: #7afcdf;
/* SwiftUI */
Color(red: 0.478, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#7afcdf")Accessibility — WCAG contrast
Aa
#7afcdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afcdf on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#7afcdf text on a black background
contrast 16.82:1
Card sample
#7afcdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afcdf;
Background color
Panel with #7afcdf background
background-color: #7afcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afcdf; background: linear-gradient(135deg, #7afcdf, #7AC2FC);