#7afdfe
a light, electric cyan · cool · closest name: cyan
RGB
122, 253, 254
HSL
181°, 99%, 74%
CMYK
52, 0, 0, 0
Luminance
0.8154
Every format
| HEX | #7afdfe |
| RGB | rgb(122, 253, 254) |
| HSL | hsl(181, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 0%, 0%) |
| LAB | lab(92.4 -35.8 -11.5) |
| LCH | lch(92.4 37.6 197.9) |
| OKLCH | oklch(0.921 0.116 196.0) |
Copy-ready code
/* CSS */
color: #7afdfe;
background-color: #7afdfe;
/* Tailwind (arbitrary) */
class="text-[#7afdfe] bg-[#7afdfe]"
/* SCSS */
$brand: #7afdfe;
/* SwiftUI */
Color(red: 0.478, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#7afdfe")Accessibility — WCAG contrast
Aa
#7afdfe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afdfe on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.2%
Blue99.6%
CMYK percentages
Cyan52.0%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#7afdfe text on a black background
contrast 17.31:1
Card sample
#7afdfe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afdfe;
Background color
Panel with #7afdfe background
background-color: #7afdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afdfe; background: linear-gradient(135deg, #7afdfe, #7AA5FE);