#76cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
118, 205, 218
HSL
188°, 58%, 66%
CMYK
46, 6, 0, 15
Luminance
0.5258
Every format
| HEX | #76cdda |
| RGB | rgb(118, 205, 218) |
| HSL | hsl(188, 58%, 66%) |
| CMYK | cmyk(46%, 6%, 0%, 15%) |
| LAB | lab(77.6 -22.9 -14.6) |
| LCH | lch(77.6 27.1 212.6) |
| OKLCH | oklch(0.798 0.086 208.0) |
Copy-ready code
/* CSS */
color: #76cdda;
background-color: #76cdda;
/* Tailwind (arbitrary) */
class="text-[#76cdda] bg-[#76cdda]"
/* SCSS */
$brand: #76cdda;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#76cdda")Accessibility — WCAG contrast
Aa
#76cdda on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cdda on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue85.5%
CMYK percentages
Cyan45.9%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#76cdda text on a black background
contrast 11.52:1
Card sample
#76cdda text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cdda;
Background color
Panel with #76cdda background
background-color: #76cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cdda; background: linear-gradient(135deg, #76cdda, #768ADA);