#7ce3eb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 227, 235
HSL
184°, 74%, 70%
CMYK
47, 3, 0, 8
Luminance
0.6522
Every format
| HEX | #7ce3eb |
| RGB | rgb(124, 227, 235) |
| HSL | hsl(184, 74%, 70%) |
| CMYK | cmyk(47%, 3%, 0%, 8%) |
| LAB | lab(84.6 -27.9 -13.2) |
| LCH | lch(84.6 30.9 205.3) |
| OKLCH | oklch(0.857 0.097 202.1) |
Copy-ready code
/* CSS */
color: #7ce3eb;
background-color: #7ce3eb;
/* Tailwind (arbitrary) */
class="text-[#7ce3eb] bg-[#7ce3eb]"
/* SCSS */
$brand: #7ce3eb;
/* SwiftUI */
Color(red: 0.486, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#7ce3eb")Accessibility — WCAG contrast
Aa
#7ce3eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce3eb on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green89.0%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#7ce3eb text on a black background
contrast 14.04:1
Card sample
#7ce3eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce3eb;
Background color
Panel with #7ce3eb background
background-color: #7ce3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce3eb; background: linear-gradient(135deg, #7ce3eb, #7C99EB);