#1f4dec
a balanced, electric blue · warm · closest name: royalblue
RGB
31, 77, 236
HSL
227°, 84%, 52%
CMYK
87, 67, 0, 8
Luminance
0.1166
Every format
| HEX | #1f4dec |
| RGB | rgb(31, 77, 236) |
| HSL | hsl(227, 84%, 52%) |
| CMYK | cmyk(87%, 67%, 0%, 8%) |
| LAB | lab(40.7 44.8 -83.3) |
| LCH | lch(40.7 94.5 298.3) |
| OKLCH | oklch(0.506 0.242 265.2) |
Copy-ready code
/* CSS */
color: #1f4dec;
background-color: #1f4dec;
/* Tailwind (arbitrary) */
class="text-[#1f4dec] bg-[#1f4dec]"
/* SCSS */
$brand: #1f4dec;
/* SwiftUI */
Color(red: 0.122, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#1f4dec")Accessibility — WCAG contrast
Aa
#1f4dec on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f4dec on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green30.2%
Blue92.5%
CMYK percentages
Cyan86.9%
Magenta67.4%
Yellow0.0%
Key (black)7.5%
Color previews
#1f4dec text on a black background
contrast 3.33:1
Card sample
#1f4dec text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f4dec;
Background color
Panel with #1f4dec background
background-color: #1f4dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f4dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f4dec; background: linear-gradient(135deg, #1f4dec, #7A1FEC);