#7af4db
a light, electric cyan · cool · closest name: turquoise
RGB
122, 244, 219
HSL
168°, 85%, 72%
CMYK
50, 0, 10, 4
Luminance
0.7395
Every format
| HEX | #7af4db |
| RGB | rgb(122, 244, 219) |
| HSL | hsl(168, 85%, 72%) |
| CMYK | cmyk(50%, 0%, 10%, 4%) |
| LAB | lab(88.9 -40.2 1.5) |
| LCH | lch(88.9 40.2 177.8) |
| OKLCH | oklch(0.890 0.116 178.3) |
Copy-ready code
/* CSS */
color: #7af4db;
background-color: #7af4db;
/* Tailwind (arbitrary) */
class="text-[#7af4db] bg-[#7af4db]"
/* SCSS */
$brand: #7af4db;
/* SwiftUI */
Color(red: 0.478, green: 0.957, blue: 0.859)
/* Android */
Color.parseColor("#7af4db")Accessibility — WCAG contrast
Aa
#7af4db on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af4db on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.7%
Blue85.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow10.2%
Key (black)4.3%
Color previews
#7af4db text on a black background
contrast 15.79:1
Card sample
#7af4db text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af4db;
Background color
Panel with #7af4db background
background-color: #7af4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 244, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 244, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af4db; background: linear-gradient(135deg, #7af4db, #7ABCF4);