#76c8cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
118, 200, 203
HSL
182°, 45%, 63%
CMYK
42, 2, 0, 20
Luminance
0.4947
Every format
| HEX | #76c8cb |
| RGB | rgb(118, 200, 203) |
| HSL | hsl(182, 45%, 63%) |
| CMYK | cmyk(42%, 2%, 0%, 20%) |
| LAB | lab(75.7 -24.2 -9.3) |
| LCH | lch(75.7 25.9 201.1) |
| OKLCH | oklch(0.782 0.080 198.7) |
Copy-ready code
/* CSS */
color: #76c8cb;
background-color: #76c8cb;
/* Tailwind (arbitrary) */
class="text-[#76c8cb] bg-[#76c8cb]"
/* SCSS */
$brand: #76c8cb;
/* SwiftUI */
Color(red: 0.463, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#76c8cb")Accessibility — WCAG contrast
Aa
#76c8cb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76c8cb on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green78.4%
Blue79.6%
CMYK percentages
Cyan41.9%
Magenta1.5%
Yellow0.0%
Key (black)20.4%
Color previews
#76c8cb text on a black background
contrast 10.89:1
Card sample
#76c8cb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76c8cb;
Background color
Panel with #76c8cb background
background-color: #76c8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76c8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76c8cb; background: linear-gradient(135deg, #76c8cb, #768FCB);