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