#7aecdf
a light, electric cyan · cool · closest name: turquoise
RGB
122, 236, 223
HSL
173°, 75%, 70%
CMYK
48, 0, 6, 8
Luminance
0.6946
Every format
| HEX | #7aecdf |
| RGB | rgb(122, 236, 223) |
| HSL | hsl(173, 75%, 70%) |
| CMYK | cmyk(48%, 0%, 6%, 8%) |
| LAB | lab(86.7 -35.6 -3.7) |
| LCH | lch(86.7 35.8 186.0) |
| OKLCH | oklch(0.872 0.106 185.7) |
Copy-ready code
/* CSS */
color: #7aecdf;
background-color: #7aecdf;
/* Tailwind (arbitrary) */
class="text-[#7aecdf] bg-[#7aecdf]"
/* SCSS */
$brand: #7aecdf;
/* SwiftUI */
Color(red: 0.478, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#7aecdf")Accessibility — WCAG contrast
Aa
#7aecdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aecdf on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.5%
Blue87.5%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#7aecdf text on a black background
contrast 14.89:1
Card sample
#7aecdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aecdf;
Background color
Panel with #7aecdf background
background-color: #7aecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aecdf; background: linear-gradient(135deg, #7aecdf, #7AADEC);