#7cdcfb
a light, electric cyan · cool · closest name: skyblue
RGB
124, 220, 251
HSL
195°, 94%, 74%
CMYK
51, 12, 0, 2
Luminance
0.6244
Every format
| HEX | #7cdcfb |
| RGB | rgb(124, 220, 251) |
| HSL | hsl(195, 94%, 74%) |
| CMYK | cmyk(51%, 12%, 0%, 2%) |
| LAB | lab(83.1 -20.2 -23.9) |
| LCH | lch(83.1 31.3 229.7) |
| OKLCH | oklch(0.847 0.101 221.1) |
Copy-ready code
/* CSS */
color: #7cdcfb;
background-color: #7cdcfb;
/* Tailwind (arbitrary) */
class="text-[#7cdcfb] bg-[#7cdcfb]"
/* SCSS */
$brand: #7cdcfb;
/* SwiftUI */
Color(red: 0.486, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#7cdcfb")Accessibility — WCAG contrast
Aa
#7cdcfb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdcfb on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.3%
Blue98.4%
CMYK percentages
Cyan50.6%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#7cdcfb text on a black background
contrast 13.49:1
Card sample
#7cdcfb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdcfb;
Background color
Panel with #7cdcfb background
background-color: #7cdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdcfb; background: linear-gradient(135deg, #7cdcfb, #7C87FB);