#124fba
a dark, electric blue · cool · closest name: royalblue
RGB
18, 79, 186
HSL
218°, 82%, 40%
CMYK
90, 58, 0, 27
Luminance
0.0927
Every format
| HEX | #124fba |
| RGB | rgb(18, 79, 186) |
| HSL | hsl(218, 82%, 40%) |
| CMYK | cmyk(90%, 58%, 0%, 27%) |
| LAB | lab(36.5 23.9 -61.3) |
| LCH | lch(36.5 65.8 291.3) |
| OKLCH | oklch(0.461 0.179 261.1) |
Copy-ready code
/* CSS */
color: #124fba;
background-color: #124fba;
/* Tailwind (arbitrary) */
class="text-[#124fba] bg-[#124fba]"
/* SCSS */
$brand: #124fba;
/* SwiftUI */
Color(red: 0.071, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#124fba")Accessibility — WCAG contrast
Aa
#124fba on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124fba on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green31.0%
Blue72.9%
CMYK percentages
Cyan90.3%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#124fba text on a black background
contrast 2.85:1
Card sample
#124fba text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124fba;
Background color
Panel with #124fba background
background-color: #124fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124fba; background: linear-gradient(135deg, #124fba, #4512BA);