#13ace6
a balanced, electric cyan · cool · closest name: steelblue
RGB
19, 172, 230
HSL
197°, 85%, 49%
CMYK
92, 25, 0, 10
Luminance
0.3536
Every format
| HEX | #13ace6 |
| RGB | rgb(19, 172, 230) |
| HSL | hsl(197, 85%, 49%) |
| CMYK | cmyk(92%, 25%, 0%, 10%) |
| LAB | lab(66.0 -15.8 -39.1) |
| LCH | lch(66.0 42.2 248.0) |
| OKLCH | oklch(0.700 0.140 232.2) |
Copy-ready code
/* CSS */
color: #13ace6;
background-color: #13ace6;
/* Tailwind (arbitrary) */
class="text-[#13ace6] bg-[#13ace6]"
/* SCSS */
$brand: #13ace6;
/* SwiftUI */
Color(red: 0.075, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#13ace6")Accessibility — WCAG contrast
Aa
#13ace6 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13ace6 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green67.5%
Blue90.2%
CMYK percentages
Cyan91.7%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#13ace6 text on a black background
contrast 8.07:1
Card sample
#13ace6 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13ace6;
Background color
Panel with #13ace6 background
background-color: #13ace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13ace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13ace6; background: linear-gradient(135deg, #13ace6, #131FE6);