#7cccf6
a light, electric blue · cool · closest name: skyblue
RGB
124, 204, 246
HSL
201°, 87%, 73%
CMYK
50, 17, 0, 4
Luminance
0.5412
Every format
| HEX | #7cccf6 |
| RGB | rgb(124, 204, 246) |
| HSL | hsl(201, 87%, 73%) |
| CMYK | cmyk(50%, 17%, 0%, 4%) |
| LAB | lab(78.5 -13.4 -28.2) |
| LCH | lch(78.5 31.2 244.6) |
| OKLCH | oklch(0.809 0.099 232.7) |
Copy-ready code
/* CSS */
color: #7cccf6;
background-color: #7cccf6;
/* Tailwind (arbitrary) */
class="text-[#7cccf6] bg-[#7cccf6]"
/* SCSS */
$brand: #7cccf6;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#7cccf6")Accessibility — WCAG contrast
Aa
#7cccf6 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccf6 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue96.5%
CMYK percentages
Cyan49.6%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#7cccf6 text on a black background
contrast 11.82:1
Card sample
#7cccf6 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccf6;
Background color
Panel with #7cccf6 background
background-color: #7cccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccf6; background: linear-gradient(135deg, #7cccf6, #7D7CF6);