#14adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 173, 235
HSL
197°, 84%, 50%
CMYK
92, 26, 0, 8
Luminance
0.3603
Every format
| HEX | #14adeb |
| RGB | rgb(20, 173, 235) |
| HSL | hsl(197, 84%, 50%) |
| CMYK | cmyk(92%, 26%, 0%, 8%) |
| LAB | lab(66.5 -14.5 -41.1) |
| LCH | lch(66.5 43.6 250.5) |
| OKLCH | oklch(0.705 0.144 233.9) |
Copy-ready code
/* CSS */
color: #14adeb;
background-color: #14adeb;
/* Tailwind (arbitrary) */
class="text-[#14adeb] bg-[#14adeb]"
/* SCSS */
$brand: #14adeb;
/* SwiftUI */
Color(red: 0.078, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#14adeb")Accessibility — WCAG contrast
Aa
#14adeb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14adeb on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan91.5%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#14adeb text on a black background
contrast 8.21:1
Card sample
#14adeb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14adeb;
Background color
Panel with #14adeb background
background-color: #14adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14adeb; background: linear-gradient(135deg, #14adeb, #141EEB);