#146cff
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 108, 255
HSL
218°, 100%, 54%
CMYK
92, 58, 0, 0
Luminance
0.1809
Every format
| HEX | #146cff |
| RGB | rgb(20, 108, 255) |
| HSL | hsl(218, 100%, 54%) |
| CMYK | cmyk(92%, 58%, 0%, 0%) |
| LAB | lab(49.6 31.9 -79.2) |
| LCH | lch(49.6 85.4 291.9) |
| OKLCH | oklch(0.577 0.232 260.9) |
Copy-ready code
/* CSS */
color: #146cff;
background-color: #146cff;
/* Tailwind (arbitrary) */
class="text-[#146cff] bg-[#146cff]"
/* SCSS */
$brand: #146cff;
/* SwiftUI */
Color(red: 0.078, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#146cff")Accessibility — WCAG contrast
Aa
#146cff on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#146cff on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green42.4%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#146cff text on a black background
contrast 4.62:1
Card sample
#146cff text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #146cff;
Background color
Panel with #146cff background
background-color: #146cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #146cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #146cff; background: linear-gradient(135deg, #146cff, #5814FF);