#7af0fe
a light, electric cyan · cool · closest name: skyblue
RGB
122, 240, 254
HSL
186°, 99%, 74%
CMYK
52, 6, 0, 0
Luminance
0.7361
Every format
| HEX | #7af0fe |
| RGB | rgb(122, 240, 254) |
| HSL | hsl(186, 99%, 74%) |
| CMYK | cmyk(52%, 6%, 0%, 0%) |
| LAB | lab(88.7 -29.6 -17.0) |
| LCH | lch(88.7 34.2 209.8) |
| OKLCH | oklch(0.891 0.108 205.7) |
Copy-ready code
/* CSS */
color: #7af0fe;
background-color: #7af0fe;
/* Tailwind (arbitrary) */
class="text-[#7af0fe] bg-[#7af0fe]"
/* SCSS */
$brand: #7af0fe;
/* SwiftUI */
Color(red: 0.478, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#7af0fe")Accessibility — WCAG contrast
Aa
#7af0fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af0fe on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green94.1%
Blue99.6%
CMYK percentages
Cyan52.0%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#7af0fe text on a black background
contrast 15.72:1
Card sample
#7af0fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af0fe;
Background color
Panel with #7af0fe background
background-color: #7af0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af0fe; background: linear-gradient(135deg, #7af0fe, #7A98FE);