#76bfd7
a light, vivid cyan · cool · closest name: skyblue
RGB
118, 191, 215
HSL
195°, 55%, 65%
CMYK
45, 11, 0, 16
Luminance
0.4602
Every format
| HEX | #76bfd7 |
| RGB | rgb(118, 191, 215) |
| HSL | hsl(195, 55%, 65%) |
| CMYK | cmyk(45%, 11%, 0%, 16%) |
| LAB | lab(73.6 -16.5 -19.1) |
| LCH | lch(73.6 25.3 229.2) |
| OKLCH | oklch(0.765 0.081 221.0) |
Copy-ready code
/* CSS */
color: #76bfd7;
background-color: #76bfd7;
/* Tailwind (arbitrary) */
class="text-[#76bfd7] bg-[#76bfd7]"
/* SCSS */
$brand: #76bfd7;
/* SwiftUI */
Color(red: 0.463, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#76bfd7")Accessibility — WCAG contrast
Aa
#76bfd7 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76bfd7 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green74.9%
Blue84.3%
CMYK percentages
Cyan45.1%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#76bfd7 text on a black background
contrast 10.20:1
Card sample
#76bfd7 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76bfd7;
Background color
Panel with #76bfd7 background
background-color: #76bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76bfd7; background: linear-gradient(135deg, #76bfd7, #767ED7);