#124fad
a dark, electric blue · cool · closest name: royalblue
RGB
18, 79, 173
HSL
216°, 81%, 38%
CMYK
90, 54, 0, 32
Luminance
0.0874
Every format
| HEX | #124fad |
| RGB | rgb(18, 79, 173) |
| HSL | hsl(216, 81%, 38%) |
| CMYK | cmyk(90%, 54%, 0%, 32%) |
| LAB | lab(35.5 18.7 -55.3) |
| LCH | lch(35.5 58.4 288.7) |
| OKLCH | oklch(0.450 0.162 259.7) |
Copy-ready code
/* CSS */
color: #124fad;
background-color: #124fad;
/* Tailwind (arbitrary) */
class="text-[#124fad] bg-[#124fad]"
/* SCSS */
$brand: #124fad;
/* SwiftUI */
Color(red: 0.071, green: 0.310, blue: 0.678)
/* Android */
Color.parseColor("#124fad")Accessibility — WCAG contrast
Aa
#124fad on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124fad on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green31.0%
Blue67.8%
CMYK percentages
Cyan89.6%
Magenta54.3%
Yellow0.0%
Key (black)32.2%
Color previews
#124fad text on a black background
contrast 2.75:1
Card sample
#124fad text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124fad;
Background color
Panel with #124fad background
background-color: #124fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 79, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 79, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124fad; background: linear-gradient(135deg, #124fad, #3C12AD);