#7ccace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
124, 202, 206
HSL
183°, 46%, 65%
CMYK
40, 2, 0, 19
Luminance
0.5098
Every format
| HEX | #7ccace |
| RGB | rgb(124, 202, 206) |
| HSL | hsl(183, 46%, 65%) |
| CMYK | cmyk(40%, 2%, 0%, 19%) |
| LAB | lab(76.7 -23.0 -9.6) |
| LCH | lch(76.7 24.9 202.6) |
| OKLCH | oklch(0.790 0.077 199.9) |
Copy-ready code
/* CSS */
color: #7ccace;
background-color: #7ccace;
/* Tailwind (arbitrary) */
class="text-[#7ccace] bg-[#7ccace]"
/* SCSS */
$brand: #7ccace;
/* SwiftUI */
Color(red: 0.486, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#7ccace")Accessibility — WCAG contrast
Aa
#7ccace on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccace on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green79.2%
Blue80.8%
CMYK percentages
Cyan39.8%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#7ccace text on a black background
contrast 11.20:1
Card sample
#7ccace text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccace;
Background color
Panel with #7ccace background
background-color: #7ccace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccace; background: linear-gradient(135deg, #7ccace, #7C93CE);