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