#7cccff
a light, electric blue · cool · closest name: skyblue
RGB
124, 204, 255
HSL
203°, 100%, 74%
CMYK
51, 20, 0, 0
Luminance
0.5469
Every format
| HEX | #7cccff |
| RGB | rgb(124, 204, 255) |
| HSL | hsl(203, 100%, 74%) |
| CMYK | cmyk(51%, 20%, 0%, 0%) |
| LAB | lab(78.9 -10.8 -32.5) |
| LCH | lch(78.9 34.3 251.6) |
| OKLCH | oklch(0.813 0.107 238.0) |
Copy-ready code
/* CSS */
color: #7cccff;
background-color: #7cccff;
/* Tailwind (arbitrary) */
class="text-[#7cccff] bg-[#7cccff]"
/* SCSS */
$brand: #7cccff;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#7cccff")Accessibility — WCAG contrast
Aa
#7cccff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccff on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7cccff text on a black background
contrast 11.94:1
Card sample
#7cccff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccff;
Background color
Panel with #7cccff background
background-color: #7cccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccff; background: linear-gradient(135deg, #7cccff, #837CFF);