#76cddc
a light, vivid cyan · cool · closest name: skyblue
RGB
118, 205, 220
HSL
189°, 59%, 66%
CMYK
46, 7, 0, 14
Luminance
0.5268
Every format
| HEX | #76cddc |
| RGB | rgb(118, 205, 220) |
| HSL | hsl(189, 59%, 66%) |
| CMYK | cmyk(46%, 7%, 0%, 14%) |
| LAB | lab(77.7 -22.3 -15.6) |
| LCH | lch(77.7 27.2 215.0) |
| OKLCH | oklch(0.799 0.086 209.8) |
Copy-ready code
/* CSS */
color: #76cddc;
background-color: #76cddc;
/* Tailwind (arbitrary) */
class="text-[#76cddc] bg-[#76cddc]"
/* SCSS */
$brand: #76cddc;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#76cddc")Accessibility — WCAG contrast
Aa
#76cddc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cddc on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue86.3%
CMYK percentages
Cyan46.4%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#76cddc text on a black background
contrast 11.54:1
Card sample
#76cddc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cddc;
Background color
Panel with #76cddc background
background-color: #76cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cddc; background: linear-gradient(135deg, #76cddc, #7689DC);