#7cdffa
a light, electric cyan · cool · closest name: skyblue
RGB
124, 223, 250
HSL
193°, 93%, 73%
CMYK
50, 11, 0, 2
Luminance
0.6396
Every format
| HEX | #7cdffa |
| RGB | rgb(124, 223, 250) |
| HSL | hsl(193, 93%, 73%) |
| CMYK | cmyk(50%, 11%, 0%, 2%) |
| LAB | lab(83.9 -22.0 -22.1) |
| LCH | lch(83.9 31.2 225.2) |
| OKLCH | oklch(0.853 0.100 217.6) |
Copy-ready code
/* CSS */
color: #7cdffa;
background-color: #7cdffa;
/* Tailwind (arbitrary) */
class="text-[#7cdffa] bg-[#7cdffa]"
/* SCSS */
$brand: #7cdffa;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.980)
/* Android */
Color.parseColor("#7cdffa")Accessibility — WCAG contrast
Aa
#7cdffa on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdffa on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue98.0%
CMYK percentages
Cyan50.4%
Magenta10.8%
Yellow0.0%
Key (black)2.0%
Color previews
#7cdffa text on a black background
contrast 13.79:1
Card sample
#7cdffa text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdffa;
Background color
Panel with #7cdffa background
background-color: #7cdffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdffa; background: linear-gradient(135deg, #7cdffa, #7C8BFA);