#76cfff
a light, electric blue · cool · closest name: skyblue
RGB
118, 207, 255
HSL
201°, 100%, 73%
CMYK
54, 19, 0, 0
Luminance
0.5570
Every format
| HEX | #76cfff |
| RGB | rgb(118, 207, 255) |
| HSL | hsl(201, 100%, 73%) |
| CMYK | cmyk(54%, 19%, 0%, 0%) |
| LAB | lab(79.4 -13.7 -31.7) |
| LCH | lch(79.4 34.5 246.6) |
| OKLCH | oklch(0.817 0.109 233.9) |
Copy-ready code
/* CSS */
color: #76cfff;
background-color: #76cfff;
/* Tailwind (arbitrary) */
class="text-[#76cfff] bg-[#76cfff]"
/* SCSS */
$brand: #76cfff;
/* SwiftUI */
Color(red: 0.463, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#76cfff")Accessibility — WCAG contrast
Aa
#76cfff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cfff on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green81.2%
Blue100.0%
CMYK percentages
Cyan53.7%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#76cfff text on a black background
contrast 12.14:1
Card sample
#76cfff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cfff;
Background color
Panel with #76cfff background
background-color: #76cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cfff; background: linear-gradient(135deg, #76cfff, #7876FF);