#1876ff
a balanced, electric blue · cool · closest name: royalblue
RGB
24, 118, 255
HSL
216°, 100%, 55%
CMYK
91, 54, 0, 0
Luminance
0.2037
Every format
| HEX | #1876ff |
| RGB | rgb(24, 118, 255) |
| HSL | hsl(216, 100%, 55%) |
| CMYK | cmyk(91%, 54%, 0%, 0%) |
| LAB | lab(52.3 25.7 -74.9) |
| LCH | lch(52.3 79.2 289.0) |
| OKLCH | oklch(0.597 0.220 259.4) |
Copy-ready code
/* CSS */
color: #1876ff;
background-color: #1876ff;
/* Tailwind (arbitrary) */
class="text-[#1876ff] bg-[#1876ff]"
/* SCSS */
$brand: #1876ff;
/* SwiftUI */
Color(red: 0.094, green: 0.463, blue: 1.000)
/* Android */
Color.parseColor("#1876ff")Accessibility — WCAG contrast
Aa
#1876ff on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1876ff on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green46.3%
Blue100.0%
CMYK percentages
Cyan90.6%
Magenta53.7%
Yellow0.0%
Key (black)0.0%
Color previews
#1876ff text on a black background
contrast 5.07:1
Card sample
#1876ff text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1876ff;
Background color
Panel with #1876ff background
background-color: #1876ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1876ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 118, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 118, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1876ff; background: linear-gradient(135deg, #1876ff, #5418FF);