#7af4ec
a light, electric cyan · cool · closest name: turquoise
RGB
122, 244, 236
HSL
176°, 85%, 72%
CMYK
50, 0, 3, 4
Luminance
0.7490
Every format
| HEX | #7af4ec |
| RGB | rgb(122, 244, 236) |
| HSL | hsl(176, 85%, 72%) |
| CMYK | cmyk(50%, 0%, 3%, 4%) |
| LAB | lab(89.3 -36.1 -6.7) |
| LCH | lch(89.3 36.7 190.5) |
| OKLCH | oklch(0.895 0.111 189.7) |
Copy-ready code
/* CSS */
color: #7af4ec;
background-color: #7af4ec;
/* Tailwind (arbitrary) */
class="text-[#7af4ec] bg-[#7af4ec]"
/* SCSS */
$brand: #7af4ec;
/* SwiftUI */
Color(red: 0.478, green: 0.957, blue: 0.925)
/* Android */
Color.parseColor("#7af4ec")Accessibility — WCAG contrast
Aa
#7af4ec on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af4ec on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.7%
Blue92.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow3.3%
Key (black)4.3%
Color previews
#7af4ec text on a black background
contrast 15.98:1
Card sample
#7af4ec text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af4ec;
Background color
Panel with #7af4ec background
background-color: #7af4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 244, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 244, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af4ec; background: linear-gradient(135deg, #7af4ec, #7AABF4);