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