#14cdf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
20, 205, 244
HSL
190°, 91%, 52%
CMYK
92, 16, 0, 4
Luminance
0.5034
Every format
| HEX | #14cdf4 |
| RGB | rgb(20, 205, 244) |
| HSL | hsl(190, 91%, 52%) |
| CMYK | cmyk(92%, 16%, 0%, 4%) |
| LAB | lab(76.3 -28.0 -30.8) |
| LCH | lch(76.3 41.6 227.8) |
| OKLCH | oklch(0.784 0.139 218.4) |
Copy-ready code
/* CSS */
color: #14cdf4;
background-color: #14cdf4;
/* Tailwind (arbitrary) */
class="text-[#14cdf4] bg-[#14cdf4]"
/* SCSS */
$brand: #14cdf4;
/* SwiftUI */
Color(red: 0.078, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#14cdf4")Accessibility — WCAG contrast
Aa
#14cdf4 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14cdf4 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green80.4%
Blue95.7%
CMYK percentages
Cyan91.8%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#14cdf4 text on a black background
contrast 11.07:1
Card sample
#14cdf4 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14cdf4;
Background color
Panel with #14cdf4 background
background-color: #14cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14cdf4; background: linear-gradient(135deg, #14cdf4, #1438F4);