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