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