#76c4cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
118, 196, 207
HSL
187°, 48%, 64%
CMYK
43, 5, 0, 19
Luminance
0.4784
Every format
| HEX | #76c4cf |
| RGB | rgb(118, 196, 207) |
| HSL | hsl(187, 48%, 64%) |
| CMYK | cmyk(43%, 5%, 0%, 19%) |
| LAB | lab(74.7 -21.2 -13.0) |
| LCH | lch(74.7 24.9 211.6) |
| OKLCH | oklch(0.774 0.079 207.2) |
Copy-ready code
/* CSS */
color: #76c4cf;
background-color: #76c4cf;
/* Tailwind (arbitrary) */
class="text-[#76c4cf] bg-[#76c4cf]"
/* SCSS */
$brand: #76c4cf;
/* SwiftUI */
Color(red: 0.463, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#76c4cf")Accessibility — WCAG contrast
Aa
#76c4cf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76c4cf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green76.9%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#76c4cf text on a black background
contrast 10.57:1
Card sample
#76c4cf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76c4cf;
Background color
Panel with #76c4cf background
background-color: #76c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76c4cf; background: linear-gradient(135deg, #76c4cf, #7689CF);