#7abfd7
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 191, 215
HSL
196°, 54%, 66%
CMYK
43, 11, 0, 16
Luminance
0.4631
Every format
| HEX | #7abfd7 |
| RGB | rgb(122, 191, 215) |
| HSL | hsl(196, 54%, 66%) |
| CMYK | cmyk(43%, 11%, 0%, 16%) |
| LAB | lab(73.7 -15.5 -18.8) |
| LCH | lch(73.7 24.4 230.5) |
| OKLCH | oklch(0.767 0.077 222.1) |
Copy-ready code
/* CSS */
color: #7abfd7;
background-color: #7abfd7;
/* Tailwind (arbitrary) */
class="text-[#7abfd7] bg-[#7abfd7]"
/* SCSS */
$brand: #7abfd7;
/* SwiftUI */
Color(red: 0.478, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#7abfd7")Accessibility — WCAG contrast
Aa
#7abfd7 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abfd7 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.9%
Blue84.3%
CMYK percentages
Cyan43.3%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#7abfd7 text on a black background
contrast 10.26:1
Card sample
#7abfd7 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abfd7;
Background color
Panel with #7abfd7 background
background-color: #7abfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abfd7; background: linear-gradient(135deg, #7abfd7, #7A81D7);