#7cdcee
a light, electric cyan · cool · closest name: skyblue
RGB
124, 220, 238
HSL
190°, 77%, 71%
CMYK
48, 8, 0, 7
Luminance
0.6164
Every format
| HEX | #7cdcee |
| RGB | rgb(124, 220, 238) |
| HSL | hsl(190, 77%, 71%) |
| CMYK | cmyk(48%, 8%, 0%, 7%) |
| LAB | lab(82.7 -23.7 -17.6) |
| LCH | lch(82.7 29.5 216.6) |
| OKLCH | oklch(0.842 0.094 211.1) |
Copy-ready code
/* CSS */
color: #7cdcee;
background-color: #7cdcee;
/* Tailwind (arbitrary) */
class="text-[#7cdcee] bg-[#7cdcee]"
/* SCSS */
$brand: #7cdcee;
/* SwiftUI */
Color(red: 0.486, green: 0.863, blue: 0.933)
/* Android */
Color.parseColor("#7cdcee")Accessibility — WCAG contrast
Aa
#7cdcee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdcee on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.3%
Blue93.3%
CMYK percentages
Cyan47.9%
Magenta7.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7cdcee text on a black background
contrast 13.33:1
Card sample
#7cdcee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdcee;
Background color
Panel with #7cdcee background
background-color: #7cdcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 220, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 220, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdcee; background: linear-gradient(135deg, #7cdcee, #7C90EE);