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