#7cdffe
a light, electric cyan · cool · closest name: skyblue
RGB
124, 223, 254
HSL
194°, 99%, 74%
CMYK
51, 12, 0, 0
Luminance
0.6422
Every format
| HEX | #7cdffe |
| RGB | rgb(124, 223, 254) |
| HSL | hsl(194, 99%, 74%) |
| CMYK | cmyk(51%, 12%, 0%, 0%) |
| LAB | lab(84.1 -20.9 -24.0) |
| LCH | lch(84.1 31.8 229.0) |
| OKLCH | oklch(0.854 0.102 220.5) |
Copy-ready code
/* CSS */
color: #7cdffe;
background-color: #7cdffe;
/* Tailwind (arbitrary) */
class="text-[#7cdffe] bg-[#7cdffe]"
/* SCSS */
$brand: #7cdffe;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.996)
/* Android */
Color.parseColor("#7cdffe")Accessibility — WCAG contrast
Aa
#7cdffe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdffe on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue99.6%
CMYK percentages
Cyan51.2%
Magenta12.2%
Yellow0.0%
Key (black)0.4%
Color previews
#7cdffe text on a black background
contrast 13.84:1
Card sample
#7cdffe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdffe;
Background color
Panel with #7cdffe background
background-color: #7cdffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdffe; background: linear-gradient(135deg, #7cdffe, #7C88FE);