#1f5cb7
a dark, vivid blue · cool · closest name: royalblue
RGB
31, 92, 183
HSL
216°, 71%, 42%
CMYK
83, 50, 0, 28
Luminance
0.1136
Every format
| HEX | #1f5cb7 |
| RGB | rgb(31, 92, 183) |
| HSL | hsl(216, 71%, 42%) |
| CMYK | cmyk(83%, 50%, 0%, 28%) |
| LAB | lab(40.2 15.0 -53.5) |
| LCH | lch(40.2 55.6 285.7) |
| OKLCH | oklch(0.489 0.157 258.8) |
Copy-ready code
/* CSS */
color: #1f5cb7;
background-color: #1f5cb7;
/* Tailwind (arbitrary) */
class="text-[#1f5cb7] bg-[#1f5cb7]"
/* SCSS */
$brand: #1f5cb7;
/* SwiftUI */
Color(red: 0.122, green: 0.361, blue: 0.718)
/* Android */
Color.parseColor("#1f5cb7")Accessibility — WCAG contrast
Aa
#1f5cb7 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f5cb7 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green36.1%
Blue71.8%
CMYK percentages
Cyan83.1%
Magenta49.7%
Yellow0.0%
Key (black)28.2%
Color previews
#1f5cb7 text on a black background
contrast 3.27:1
Card sample
#1f5cb7 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f5cb7;
Background color
Panel with #1f5cb7 background
background-color: #1f5cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f5cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 92, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 92, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f5cb7; background: linear-gradient(135deg, #1f5cb7, #471FB7);