#14dbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
20, 219, 255
HSL
189°, 100%, 54%
CMYK
92, 14, 0, 0
Luminance
0.5803
Every format
| HEX | #14dbff |
| RGB | rgb(20, 219, 255) |
| HSL | hsl(189, 100%, 54%) |
| CMYK | cmyk(92%, 14%, 0%, 0%) |
| LAB | lab(80.8 -31.2 -29.8) |
| LCH | lch(80.8 43.2 223.7) |
| OKLCH | oklch(0.822 0.144 215.6) |
Copy-ready code
/* CSS */
color: #14dbff;
background-color: #14dbff;
/* Tailwind (arbitrary) */
class="text-[#14dbff] bg-[#14dbff]"
/* SCSS */
$brand: #14dbff;
/* SwiftUI */
Color(red: 0.078, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#14dbff")Accessibility — WCAG contrast
Aa
#14dbff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14dbff on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green85.9%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#14dbff text on a black background
contrast 12.61:1
Card sample
#14dbff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14dbff;
Background color
Panel with #14dbff background
background-color: #14dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14dbff; background: linear-gradient(135deg, #14dbff, #143EFF);