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