#76cfee
a light, electric cyan · cool · closest name: skyblue
RGB
118, 207, 238
HSL
196°, 78%, 70%
CMYK
50, 13, 0, 7
Luminance
0.5465
Every format
| HEX | #76cfee |
| RGB | rgb(118, 207, 238) |
| HSL | hsl(196, 78%, 70%) |
| CMYK | cmyk(50%, 13%, 0%, 7%) |
| LAB | lab(78.8 -18.5 -23.5) |
| LCH | lch(78.8 29.9 231.8) |
| OKLCH | oklch(0.810 0.096 222.7) |
Copy-ready code
/* CSS */
color: #76cfee;
background-color: #76cfee;
/* Tailwind (arbitrary) */
class="text-[#76cfee] bg-[#76cfee]"
/* SCSS */
$brand: #76cfee;
/* SwiftUI */
Color(red: 0.463, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#76cfee")Accessibility — WCAG contrast
Aa
#76cfee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cfee on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green81.2%
Blue93.3%
CMYK percentages
Cyan50.4%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#76cfee text on a black background
contrast 11.93:1
Card sample
#76cfee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cfee;
Background color
Panel with #76cfee background
background-color: #76cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cfee; background: linear-gradient(135deg, #76cfee, #767FEE);