#13acff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
19, 172, 255
HSL
201°, 100%, 54%
CMYK
93, 33, 0, 0
Luminance
0.3686
Every format
| HEX | #13acff |
| RGB | rgb(19, 172, 255) |
| HSL | hsl(201, 100%, 54%) |
| CMYK | cmyk(93%, 33%, 0%, 0%) |
| LAB | lab(67.2 -6.8 -51.0) |
| LCH | lch(67.2 51.4 262.3) |
| OKLCH | oklch(0.713 0.165 241.7) |
Copy-ready code
/* CSS */
color: #13acff;
background-color: #13acff;
/* Tailwind (arbitrary) */
class="text-[#13acff] bg-[#13acff]"
/* SCSS */
$brand: #13acff;
/* SwiftUI */
Color(red: 0.075, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#13acff")Accessibility — WCAG contrast
Aa
#13acff on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13acff on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green67.5%
Blue100.0%
CMYK percentages
Cyan92.5%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#13acff text on a black background
contrast 8.37:1
Card sample
#13acff text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13acff;
Background color
Panel with #13acff background
background-color: #13acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13acff; background: linear-gradient(135deg, #13acff, #1713FF);