#7abdef
a light, electric blue · cool · closest name: skyblue
RGB
122, 189, 239
HSL
206°, 79%, 71%
CMYK
49, 21, 0, 6
Luminance
0.4676
Every format
| HEX | #7abdef |
| RGB | rgb(122, 189, 239) |
| HSL | hsl(206, 79%, 71%) |
| CMYK | cmyk(49%, 21%, 0%, 6%) |
| LAB | lab(74.0 -7.9 -31.4) |
| LCH | lch(74.0 32.4 255.9) |
| OKLCH | oklch(0.773 0.099 241.9) |
Copy-ready code
/* CSS */
color: #7abdef;
background-color: #7abdef;
/* Tailwind (arbitrary) */
class="text-[#7abdef] bg-[#7abdef]"
/* SCSS */
$brand: #7abdef;
/* SwiftUI */
Color(red: 0.478, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#7abdef")Accessibility — WCAG contrast
Aa
#7abdef on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7abdef on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green74.1%
Blue93.7%
CMYK percentages
Cyan49.0%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#7abdef text on a black background
contrast 10.35:1
Card sample
#7abdef text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7abdef;
Background color
Panel with #7abdef background
background-color: #7abdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7abdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7abdef; background: linear-gradient(135deg, #7abdef, #857AEF);