#7cd1fc
a light, electric blue · cool · closest name: skyblue
RGB
124, 209, 252
HSL
200°, 96%, 74%
CMYK
51, 17, 0, 1
Luminance
0.5691
Every format
| HEX | #7cd1fc |
| RGB | rgb(124, 209, 252) |
| HSL | hsl(200, 96%, 74%) |
| CMYK | cmyk(51%, 17%, 0%, 1%) |
| LAB | lab(80.1 -14.3 -29.0) |
| LCH | lch(80.1 32.3 243.7) |
| OKLCH | oklch(0.823 0.102 231.9) |
Copy-ready code
/* CSS */
color: #7cd1fc;
background-color: #7cd1fc;
/* Tailwind (arbitrary) */
class="text-[#7cd1fc] bg-[#7cd1fc]"
/* SCSS */
$brand: #7cd1fc;
/* SwiftUI */
Color(red: 0.486, green: 0.820, blue: 0.988)
/* Android */
Color.parseColor("#7cd1fc")Accessibility — WCAG contrast
Aa
#7cd1fc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd1fc on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.0%
Blue98.8%
CMYK percentages
Cyan50.8%
Magenta17.1%
Yellow0.0%
Key (black)1.2%
Color previews
#7cd1fc text on a black background
contrast 12.38:1
Card sample
#7cd1fc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd1fc;
Background color
Panel with #7cd1fc background
background-color: #7cd1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 209, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 209, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd1fc; background: linear-gradient(135deg, #7cd1fc, #7C7CFC);