#124ba2
a dark, electric blue · cool · closest name: royalblue
RGB
18, 75, 162
HSL
216°, 80%, 35%
CMYK
89, 54, 0, 37
Luminance
0.0777
Every format
| HEX | #124ba2 |
| RGB | rgb(18, 75, 162) |
| HSL | hsl(216, 80%, 35%) |
| CMYK | cmyk(89%, 54%, 0%, 37%) |
| LAB | lab(33.5 16.9 -51.9) |
| LCH | lch(33.5 54.6 288.1) |
| OKLCH | oklch(0.432 0.152 259.5) |
Copy-ready code
/* CSS */
color: #124ba2;
background-color: #124ba2;
/* Tailwind (arbitrary) */
class="text-[#124ba2] bg-[#124ba2]"
/* SCSS */
$brand: #124ba2;
/* SwiftUI */
Color(red: 0.071, green: 0.294, blue: 0.635)
/* Android */
Color.parseColor("#124ba2")Accessibility — WCAG contrast
Aa
#124ba2 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124ba2 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green29.4%
Blue63.5%
CMYK percentages
Cyan88.9%
Magenta53.7%
Yellow0.0%
Key (black)36.5%
Color previews
#124ba2 text on a black background
contrast 2.55:1
Card sample
#124ba2 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124ba2;
Background color
Panel with #124ba2 background
background-color: #124ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 75, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 75, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124ba2; background: linear-gradient(135deg, #124ba2, #3912A2);