#16fffe
a balanced, electric cyan · cool · “cyan”
RGB
22, 255, 254
HSL
180°, 100%, 54%
CMYK
91, 0, 0, 0
Luminance
0.7885
Every format
| HEX | #16fffe |
| RGB | rgb(22, 255, 254) |
| HSL | hsl(180, 100%, 54%) |
| CMYK | cmyk(91%, 0%, 0%, 0%) |
| LAB | lab(91.2 -47.9 -13.5) |
| LCH | lch(91.2 49.7 195.8) |
| OKLCH | oklch(0.906 0.153 194.3) |
Copy-ready code
/* CSS */
color: #16fffe;
background-color: #16fffe;
/* Tailwind (arbitrary) */
class="text-[#16fffe] bg-[#16fffe]"
/* SCSS */
$brand: #16fffe;
/* SwiftUI */
Color(red: 0.086, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#16fffe")Accessibility — WCAG contrast
Aa
#16fffe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16fffe on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green100.0%
Blue99.6%
CMYK percentages
Cyan91.4%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#16fffe text on a black background
contrast 16.77:1
Card sample
#16fffe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16fffe;
Background color
Panel with #16fffe background
background-color: #16fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16fffe; background: linear-gradient(135deg, #16fffe, #1665FF);