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