#76cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
118, 205, 223
HSL
190°, 62%, 67%
CMYK
47, 8, 0, 13
Luminance
0.5284
Every format
| HEX | #76cddf |
| RGB | rgb(118, 205, 223) |
| HSL | hsl(190, 62%, 67%) |
| CMYK | cmyk(47%, 8%, 0%, 13%) |
| LAB | lab(77.8 -21.5 -17.1) |
| LCH | lch(77.8 27.5 218.4) |
| OKLCH | oklch(0.800 0.088 212.5) |
Copy-ready code
/* CSS */
color: #76cddf;
background-color: #76cddf;
/* Tailwind (arbitrary) */
class="text-[#76cddf] bg-[#76cddf]"
/* SCSS */
$brand: #76cddf;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#76cddf")Accessibility — WCAG contrast
Aa
#76cddf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cddf on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#76cddf text on a black background
contrast 11.57:1
Card sample
#76cddf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cddf;
Background color
Panel with #76cddf background
background-color: #76cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cddf; background: linear-gradient(135deg, #76cddf, #7687DF);