#7af8fc
a light, electric cyan · cool · closest name: cyan
RGB
122, 248, 252
HSL
182°, 96%, 73%
CMYK
52, 2, 0, 1
Luminance
0.7830
Every format
| HEX | #7af8fc |
| RGB | rgb(122, 248, 252) |
| HSL | hsl(182, 96%, 73%) |
| CMYK | cmyk(52%, 2%, 0%, 1%) |
| LAB | lab(90.9 -33.9 -12.7) |
| LCH | lch(90.9 36.2 200.5) |
| OKLCH | oklch(0.909 0.112 198.1) |
Copy-ready code
/* CSS */
color: #7af8fc;
background-color: #7af8fc;
/* Tailwind (arbitrary) */
class="text-[#7af8fc] bg-[#7af8fc]"
/* SCSS */
$brand: #7af8fc;
/* SwiftUI */
Color(red: 0.478, green: 0.973, blue: 0.988)
/* Android */
Color.parseColor("#7af8fc")Accessibility — WCAG contrast
Aa
#7af8fc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af8fc on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.3%
Blue98.8%
CMYK percentages
Cyan51.6%
Magenta1.6%
Yellow0.0%
Key (black)1.2%
Color previews
#7af8fc text on a black background
contrast 16.66:1
Card sample
#7af8fc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af8fc;
Background color
Panel with #7af8fc background
background-color: #7af8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 248, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 248, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af8fc; background: linear-gradient(135deg, #7af8fc, #7AA1FC);