#7cdfee
a light, electric cyan · cool · closest name: skyblue
RGB
124, 223, 238
HSL
188°, 77%, 71%
CMYK
48, 6, 0, 7
Luminance
0.6323
Every format
| HEX | #7cdfee |
| RGB | rgb(124, 223, 238) |
| HSL | hsl(188, 77%, 71%) |
| CMYK | cmyk(48%, 6%, 0%, 7%) |
| LAB | lab(83.6 -25.2 -16.3) |
| LCH | lch(83.6 30.0 213.0) |
| OKLCH | oklch(0.849 0.095 208.2) |
Copy-ready code
/* CSS */
color: #7cdfee;
background-color: #7cdfee;
/* Tailwind (arbitrary) */
class="text-[#7cdfee] bg-[#7cdfee]"
/* SCSS */
$brand: #7cdfee;
/* SwiftUI */
Color(red: 0.486, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#7cdfee")Accessibility — WCAG contrast
Aa
#7cdfee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdfee on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.5%
Blue93.3%
CMYK percentages
Cyan47.9%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#7cdfee text on a black background
contrast 13.65:1
Card sample
#7cdfee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdfee;
Background color
Panel with #7cdfee background
background-color: #7cdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdfee; background: linear-gradient(135deg, #7cdfee, #7C93EE);