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