#14abeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 171, 235
HSL
198°, 84%, 50%
CMYK
92, 27, 0, 8
Luminance
0.3527
Every format
| HEX | #14abeb |
| RGB | rgb(20, 171, 235) |
| HSL | hsl(198, 84%, 50%) |
| CMYK | cmyk(92%, 27%, 0%, 8%) |
| LAB | lab(66.0 -13.4 -42.0) |
| LCH | lch(66.0 44.1 252.3) |
| OKLCH | oklch(0.700 0.145 235.0) |
Copy-ready code
/* CSS */
color: #14abeb;
background-color: #14abeb;
/* Tailwind (arbitrary) */
class="text-[#14abeb] bg-[#14abeb]"
/* SCSS */
$brand: #14abeb;
/* SwiftUI */
Color(red: 0.078, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#14abeb")Accessibility — WCAG contrast
Aa
#14abeb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14abeb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan91.5%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#14abeb text on a black background
contrast 8.05:1
Card sample
#14abeb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14abeb;
Background color
Panel with #14abeb background
background-color: #14abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14abeb; background: linear-gradient(135deg, #14abeb, #141CEB);