#7abfdb
a light, vivid cyan · cool · closest name: skyblue
RGB
122, 191, 219
HSL
197°, 57%, 67%
CMYK
44, 13, 0, 14
Luminance
0.4651
Every format
| HEX | #7abfdb |
| RGB | rgb(122, 191, 219) |
| HSL | hsl(197, 57%, 67%) |
| CMYK | cmyk(44%, 13%, 0%, 14%) |
| LAB | lab(73.9 -14.5 -20.8) |
| LCH | lch(73.9 25.3 235.2) |
| OKLCH | oklch(0.769 0.080 225.7) |
Copy-ready code
/* CSS */
color: #7abfdb;
background-color: #7abfdb;
/* Tailwind (arbitrary) */
class="text-[#7abfdb] bg-[#7abfdb]"
/* SCSS */
$brand: #7abfdb;
/* SwiftUI */
Color(red: 0.478, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#7abfdb")Accessibility — WCAG contrast
Aa
#7abfdb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abfdb on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.9%
Blue85.9%
CMYK percentages
Cyan44.3%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#7abfdb text on a black background
contrast 10.30:1
Card sample
#7abfdb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abfdb;
Background color
Panel with #7abfdb background
background-color: #7abfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abfdb; background: linear-gradient(135deg, #7abfdb, #7A7FDB);