#14acf3
a balanced, electric cyan · cool · closest name: steelblue
RGB
20, 172, 243
HSL
199°, 90%, 52%
CMYK
92, 29, 0, 5
Luminance
0.3612
Every format
| HEX | #14acf3 |
| RGB | rgb(20, 172, 243) |
| HSL | hsl(199, 90%, 52%) |
| CMYK | cmyk(92%, 29%, 0%, 5%) |
| LAB | lab(66.6 -11.1 -45.3) |
| LCH | lch(66.6 46.7 256.2) |
| OKLCH | oklch(0.707 0.152 237.6) |
Copy-ready code
/* CSS */
color: #14acf3;
background-color: #14acf3;
/* Tailwind (arbitrary) */
class="text-[#14acf3] bg-[#14acf3]"
/* SCSS */
$brand: #14acf3;
/* SwiftUI */
Color(red: 0.078, green: 0.675, blue: 0.953)
/* Android */
Color.parseColor("#14acf3")Accessibility — WCAG contrast
Aa
#14acf3 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14acf3 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green67.5%
Blue95.3%
CMYK percentages
Cyan91.8%
Magenta29.2%
Yellow0.0%
Key (black)4.7%
Color previews
#14acf3 text on a black background
contrast 8.22:1
Card sample
#14acf3 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14acf3;
Background color
Panel with #14acf3 background
background-color: #14acf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14acf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 172, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 172, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14acf3; background: linear-gradient(135deg, #14acf3, #1417F3);