#14cbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
20, 203, 255
HSL
193°, 100%, 54%
CMYK
92, 20, 0, 0
Luminance
0.5008
Every format
| HEX | #14cbff |
| RGB | rgb(20, 203, 255) |
| HSL | hsl(193, 100%, 54%) |
| CMYK | cmyk(92%, 20%, 0%, 0%) |
| LAB | lab(76.1 -23.3 -37.0) |
| LCH | lch(76.1 43.7 237.7) |
| OKLCH | oklch(0.784 0.146 225.3) |
Copy-ready code
/* CSS */
color: #14cbff;
background-color: #14cbff;
/* Tailwind (arbitrary) */
class="text-[#14cbff] bg-[#14cbff]"
/* SCSS */
$brand: #14cbff;
/* SwiftUI */
Color(red: 0.078, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#14cbff")Accessibility — WCAG contrast
Aa
#14cbff on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14cbff on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green79.6%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#14cbff text on a black background
contrast 11.02:1
Card sample
#14cbff text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14cbff;
Background color
Panel with #14cbff background
background-color: #14cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14cbff; background: linear-gradient(135deg, #14cbff, #142EFF);