#1459af
a dark, electric blue · cool · closest name: royalblue
RGB
20, 89, 175
HSL
213°, 80%, 38%
CMYK
89, 49, 0, 31
Luminance
0.1039
Every format
| HEX | #1459af |
| RGB | rgb(20, 89, 175) |
| HSL | hsl(213, 80%, 38%) |
| CMYK | cmyk(89%, 49%, 0%, 31%) |
| LAB | lab(38.5 12.9 -51.5) |
| LCH | lch(38.5 53.1 284.1) |
| OKLCH | oklch(0.474 0.152 256.9) |
Copy-ready code
/* CSS */
color: #1459af;
background-color: #1459af;
/* Tailwind (arbitrary) */
class="text-[#1459af] bg-[#1459af]"
/* SCSS */
$brand: #1459af;
/* SwiftUI */
Color(red: 0.078, green: 0.349, blue: 0.686)
/* Android */
Color.parseColor("#1459af")Accessibility — WCAG contrast
Aa
#1459af on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1459af on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green34.9%
Blue68.6%
CMYK percentages
Cyan88.6%
Magenta49.1%
Yellow0.0%
Key (black)31.4%
Color previews
#1459af text on a black background
contrast 3.08:1
Card sample
#1459af text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1459af;
Background color
Panel with #1459af background
background-color: #1459af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1459af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 89, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 89, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1459af; background: linear-gradient(135deg, #1459af, #3614AF);