#76b2af
a balanced, soft cyan · cool · closest name: skyblue
RGB
118, 178, 175
HSL
177°, 28%, 58%
CMYK
34, 0, 2, 30
Luminance
0.3879
Every format
| HEX | #76b2af |
| RGB | rgb(118, 178, 175) |
| HSL | hsl(177, 28%, 58%) |
| CMYK | cmyk(34%, 0%, 2%, 30%) |
| LAB | lab(68.6 -20.0 -4.6) |
| LCH | lch(68.6 20.5 193.1) |
| OKLCH | oklch(0.722 0.062 191.9) |
Copy-ready code
/* CSS */
color: #76b2af;
background-color: #76b2af;
/* Tailwind (arbitrary) */
class="text-[#76b2af] bg-[#76b2af]"
/* SCSS */
$brand: #76b2af;
/* SwiftUI */
Color(red: 0.463, green: 0.698, blue: 0.686)
/* Android */
Color.parseColor("#76b2af")Accessibility — WCAG contrast
Aa
#76b2af on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76b2af on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green69.8%
Blue68.6%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow1.7%
Key (black)30.2%
Color previews
#76b2af text on a black background
contrast 8.76:1
Card sample
#76b2af text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76b2af;
Background color
Panel with #76b2af background
background-color: #76b2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76b2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 178, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 178, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76b2af; background: linear-gradient(135deg, #76b2af, #768DB2);