#76cccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
118, 204, 207
HSL
182°, 48%, 64%
CMYK
43, 1, 0, 19
Luminance
0.5154
Every format
| HEX | #76cccf |
| RGB | rgb(118, 204, 207) |
| HSL | hsl(182, 48%, 64%) |
| CMYK | cmyk(43%, 1%, 0%, 19%) |
| LAB | lab(77.0 -25.2 -9.6) |
| LCH | lch(77.0 27.0 200.9) |
| OKLCH | oklch(0.792 0.084 198.5) |
Copy-ready code
/* CSS */
color: #76cccf;
background-color: #76cccf;
/* Tailwind (arbitrary) */
class="text-[#76cccf] bg-[#76cccf]"
/* SCSS */
$brand: #76cccf;
/* SwiftUI */
Color(red: 0.463, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#76cccf")Accessibility — WCAG contrast
Aa
#76cccf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cccf on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.0%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#76cccf text on a black background
contrast 11.31:1
Card sample
#76cccf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cccf;
Background color
Panel with #76cccf background
background-color: #76cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cccf; background: linear-gradient(135deg, #76cccf, #7691CF);