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