#7afdee
a light, electric cyan · cool · closest name: turquoise
RGB
122, 253, 238
HSL
173°, 97%, 74%
CMYK
52, 0, 6, 1
Luminance
0.8056
Every format
| HEX | #7afdee |
| RGB | rgb(122, 253, 238) |
| HSL | hsl(173, 97%, 74%) |
| CMYK | cmyk(52%, 0%, 6%, 1%) |
| LAB | lab(91.9 -39.7 -3.9) |
| LCH | lch(91.9 39.9 185.6) |
| OKLCH | oklch(0.916 0.118 185.4) |
Copy-ready code
/* CSS */
color: #7afdee;
background-color: #7afdee;
/* Tailwind (arbitrary) */
class="text-[#7afdee] bg-[#7afdee]"
/* SCSS */
$brand: #7afdee;
/* SwiftUI */
Color(red: 0.478, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#7afdee")Accessibility — WCAG contrast
Aa
#7afdee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afdee on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.2%
Blue93.3%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#7afdee text on a black background
contrast 17.11:1
Card sample
#7afdee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afdee;
Background color
Panel with #7afdee background
background-color: #7afdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afdee; background: linear-gradient(135deg, #7afdee, #7AB5FD);