#7abfd5
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 191, 213
HSL
195°, 52%, 66%
CMYK
43, 10, 0, 17
Luminance
0.4620
Every format
| HEX | #7abfd5 |
| RGB | rgb(122, 191, 213) |
| HSL | hsl(195, 52%, 66%) |
| CMYK | cmyk(43%, 10%, 0%, 17%) |
| LAB | lab(73.7 -16.1 -17.9) |
| LCH | lch(73.7 24.0 228.0) |
| OKLCH | oklch(0.767 0.076 220.2) |
Copy-ready code
/* CSS */
color: #7abfd5;
background-color: #7abfd5;
/* Tailwind (arbitrary) */
class="text-[#7abfd5] bg-[#7abfd5]"
/* SCSS */
$brand: #7abfd5;
/* SwiftUI */
Color(red: 0.478, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#7abfd5")Accessibility — WCAG contrast
Aa
#7abfd5 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abfd5 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.9%
Blue83.5%
CMYK percentages
Cyan42.7%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#7abfd5 text on a black background
contrast 10.24:1
Card sample
#7abfd5 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abfd5;
Background color
Panel with #7abfd5 background
background-color: #7abfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abfd5; background: linear-gradient(135deg, #7abfd5, #7A82D5);