#7af5fc
a light, electric cyan · cool · closest name: cyan
RGB
122, 245, 252
HSL
183°, 96%, 73%
CMYK
52, 3, 0, 1
Luminance
0.7647
Every format
| HEX | #7af5fc |
| RGB | rgb(122, 245, 252) |
| HSL | hsl(183, 96%, 73%) |
| CMYK | cmyk(52%, 3%, 0%, 1%) |
| LAB | lab(90.1 -32.5 -13.9) |
| LCH | lch(90.1 35.4 203.2) |
| OKLCH | oklch(0.902 0.111 200.4) |
Copy-ready code
/* CSS */
color: #7af5fc;
background-color: #7af5fc;
/* Tailwind (arbitrary) */
class="text-[#7af5fc] bg-[#7af5fc]"
/* SCSS */
$brand: #7af5fc;
/* SwiftUI */
Color(red: 0.478, green: 0.961, blue: 0.988)
/* Android */
Color.parseColor("#7af5fc")Accessibility — WCAG contrast
Aa
#7af5fc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af5fc on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green96.1%
Blue98.8%
CMYK percentages
Cyan51.6%
Magenta2.8%
Yellow0.0%
Key (black)1.2%
Color previews
#7af5fc text on a black background
contrast 16.29:1
Card sample
#7af5fc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af5fc;
Background color
Panel with #7af5fc background
background-color: #7af5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 245, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 245, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af5fc; background: linear-gradient(135deg, #7af5fc, #7A9EFC);