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