#13acef
a balanced, electric cyan · cool · closest name: steelblue
RGB
19, 172, 239
HSL
198°, 87%, 51%
CMYK
92, 28, 0, 6
Luminance
0.3588
Every format
| HEX | #13acef |
| RGB | rgb(19, 172, 239) |
| HSL | hsl(198, 87%, 51%) |
| CMYK | cmyk(92%, 28%, 0%, 6%) |
| LAB | lab(66.4 -12.6 -43.5) |
| LCH | lch(66.4 45.2 253.8) |
| OKLCH | oklch(0.704 0.148 236.1) |
Copy-ready code
/* CSS */
color: #13acef;
background-color: #13acef;
/* Tailwind (arbitrary) */
class="text-[#13acef] bg-[#13acef]"
/* SCSS */
$brand: #13acef;
/* SwiftUI */
Color(red: 0.075, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#13acef")Accessibility — WCAG contrast
Aa
#13acef on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13acef on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green67.5%
Blue93.7%
CMYK percentages
Cyan92.1%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#13acef text on a black background
contrast 8.18:1
Card sample
#13acef text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13acef;
Background color
Panel with #13acef background
background-color: #13acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13acef; background: linear-gradient(135deg, #13acef, #1319EF);