#14c4ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
20, 196, 255
HSL
195°, 100%, 54%
CMYK
92, 23, 0, 0
Luminance
0.4685
Every format
| HEX | #14c4ff |
| RGB | rgb(20, 196, 255) |
| HSL | hsl(195, 100%, 54%) |
| CMYK | cmyk(92%, 23%, 0%, 0%) |
| LAB | lab(74.1 -19.8 -40.1) |
| LCH | lch(74.1 44.7 243.8) |
| OKLCH | oklch(0.768 0.149 229.3) |
Copy-ready code
/* CSS */
color: #14c4ff;
background-color: #14c4ff;
/* Tailwind (arbitrary) */
class="text-[#14c4ff] bg-[#14c4ff]"
/* SCSS */
$brand: #14c4ff;
/* SwiftUI */
Color(red: 0.078, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#14c4ff")Accessibility — WCAG contrast
Aa
#14c4ff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14c4ff on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green76.9%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#14c4ff text on a black background
contrast 10.37:1
Card sample
#14c4ff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14c4ff;
Background color
Panel with #14c4ff background
background-color: #14c4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14c4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14c4ff; background: linear-gradient(135deg, #14c4ff, #1427FF);