#76cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
118, 203, 223
HSL
191°, 62%, 67%
CMYK
47, 9, 0, 13
Luminance
0.5189
Every format
| HEX | #76cbdf |
| RGB | rgb(118, 203, 223) |
| HSL | hsl(191, 62%, 67%) |
| CMYK | cmyk(47%, 9%, 0%, 13%) |
| LAB | lab(77.2 -20.5 -17.9) |
| LCH | lch(77.2 27.3 221.1) |
| OKLCH | oklch(0.796 0.087 214.6) |
Copy-ready code
/* CSS */
color: #76cbdf;
background-color: #76cbdf;
/* Tailwind (arbitrary) */
class="text-[#76cbdf] bg-[#76cbdf]"
/* SCSS */
$brand: #76cbdf;
/* SwiftUI */
Color(red: 0.463, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#76cbdf")Accessibility — WCAG contrast
Aa
#76cbdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cbdf on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green79.6%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#76cbdf text on a black background
contrast 11.38:1
Card sample
#76cbdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cbdf;
Background color
Panel with #76cbdf background
background-color: #76cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cbdf; background: linear-gradient(135deg, #76cbdf, #7685DF);