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