#7ce0eb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 224, 235
HSL
186°, 74%, 70%
CMYK
47, 5, 0, 8
Luminance
0.6359
Every format
| HEX | #7ce0eb |
| RGB | rgb(124, 224, 235) |
| HSL | hsl(186, 74%, 70%) |
| CMYK | cmyk(47%, 5%, 0%, 8%) |
| LAB | lab(83.8 -26.4 -14.5) |
| LCH | lch(83.8 30.1 208.7) |
| OKLCH | oklch(0.850 0.095 204.8) |
Copy-ready code
/* CSS */
color: #7ce0eb;
background-color: #7ce0eb;
/* Tailwind (arbitrary) */
class="text-[#7ce0eb] bg-[#7ce0eb]"
/* SCSS */
$brand: #7ce0eb;
/* SwiftUI */
Color(red: 0.486, green: 0.878, blue: 0.922)
/* Android */
Color.parseColor("#7ce0eb")Accessibility — WCAG contrast
Aa
#7ce0eb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce0eb on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.8%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta4.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7ce0eb text on a black background
contrast 13.72:1
Card sample
#7ce0eb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce0eb;
Background color
Panel with #7ce0eb background
background-color: #7ce0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 224, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 224, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce0eb; background: linear-gradient(135deg, #7ce0eb, #7C96EB);