#7cd9dc
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 217, 220
HSL
182°, 58%, 68%
CMYK
44, 1, 0, 14
Luminance
0.5908
Every format
| HEX | #7cd9dc |
| RGB | rgb(124, 217, 220) |
| HSL | hsl(182, 58%, 68%) |
| CMYK | cmyk(44%, 1%, 0%, 14%) |
| LAB | lab(81.3 -26.9 -10.1) |
| LCH | lch(81.3 28.7 200.6) |
| OKLCH | oklch(0.829 0.089 198.3) |
Copy-ready code
/* CSS */
color: #7cd9dc;
background-color: #7cd9dc;
/* Tailwind (arbitrary) */
class="text-[#7cd9dc] bg-[#7cd9dc]"
/* SCSS */
$brand: #7cd9dc;
/* SwiftUI */
Color(red: 0.486, green: 0.851, blue: 0.863)
/* Android */
Color.parseColor("#7cd9dc")Accessibility — WCAG contrast
Aa
#7cd9dc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd9dc on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.1%
Blue86.3%
CMYK percentages
Cyan43.6%
Magenta1.4%
Yellow0.0%
Key (black)13.7%
Color previews
#7cd9dc text on a black background
contrast 12.82:1
Card sample
#7cd9dc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd9dc;
Background color
Panel with #7cd9dc background
background-color: #7cd9dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd9dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 217, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 217, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd9dc; background: linear-gradient(135deg, #7cd9dc, #7C99DC);