#14abff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
20, 171, 255
HSL
201°, 100%, 54%
CMYK
92, 33, 0, 0
Luminance
0.3649
Every format
| HEX | #14abff |
| RGB | rgb(20, 171, 255) |
| HSL | hsl(201, 100%, 54%) |
| CMYK | cmyk(92%, 33%, 0%, 0%) |
| LAB | lab(66.9 -6.3 -51.4) |
| LCH | lch(66.9 51.8 263.1) |
| OKLCH | oklch(0.711 0.166 242.2) |
Copy-ready code
/* CSS */
color: #14abff;
background-color: #14abff;
/* Tailwind (arbitrary) */
class="text-[#14abff] bg-[#14abff]"
/* SCSS */
$brand: #14abff;
/* SwiftUI */
Color(red: 0.078, green: 0.671, blue: 1.000)
/* Android */
Color.parseColor("#14abff")Accessibility — WCAG contrast
Aa
#14abff on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14abff on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green67.1%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta32.9%
Yellow0.0%
Key (black)0.0%
Color previews
#14abff text on a black background
contrast 8.30:1
Card sample
#14abff text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14abff;
Background color
Panel with #14abff background
background-color: #14abff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14abff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 171, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 171, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14abff; background: linear-gradient(135deg, #14abff, #1914FF);