#16ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
22, 235, 254
HSL
185°, 99%, 54%
CMYK
91, 8, 0, 0
Luminance
0.6674
Every format
| HEX | #16ebfe |
| RGB | rgb(22, 235, 254) |
| HSL | hsl(185, 99%, 54%) |
| CMYK | cmyk(91%, 8%, 0%, 0%) |
| LAB | lab(85.4 -39.0 -22.3) |
| LCH | lch(85.4 44.9 209.7) |
| OKLCH | oklch(0.859 0.145 205.4) |
Copy-ready code
/* CSS */
color: #16ebfe;
background-color: #16ebfe;
/* Tailwind (arbitrary) */
class="text-[#16ebfe] bg-[#16ebfe]"
/* SCSS */
$brand: #16ebfe;
/* SwiftUI */
Color(red: 0.086, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#16ebfe")Accessibility — WCAG contrast
Aa
#16ebfe on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16ebfe on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan91.3%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#16ebfe text on a black background
contrast 14.35:1
Card sample
#16ebfe text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16ebfe;
Background color
Panel with #16ebfe background
background-color: #16ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16ebfe; background: linear-gradient(135deg, #16ebfe, #1650FE);