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