#76fffe
a light, electric cyan · cool · closest name: cyan
RGB
118, 255, 254
HSL
180°, 100%, 73%
CMYK
54, 0, 0, 0
Luminance
0.8253
Every format
| HEX | #76fffe |
| RGB | rgb(118, 255, 254) |
| HSL | hsl(180, 100%, 73%) |
| CMYK | cmyk(54%, 0%, 0%, 0%) |
| LAB | lab(92.8 -37.4 -10.9) |
| LCH | lch(92.8 39.0 196.3) |
| OKLCH | oklch(0.924 0.120 194.6) |
Copy-ready code
/* CSS */
color: #76fffe;
background-color: #76fffe;
/* Tailwind (arbitrary) */
class="text-[#76fffe] bg-[#76fffe]"
/* SCSS */
$brand: #76fffe;
/* SwiftUI */
Color(red: 0.463, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#76fffe")Accessibility — WCAG contrast
Aa
#76fffe on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fffe on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green100.0%
Blue99.6%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#76fffe text on a black background
contrast 17.51:1
Card sample
#76fffe text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fffe;
Background color
Panel with #76fffe background
background-color: #76fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fffe; background: linear-gradient(135deg, #76fffe, #76A4FF);