#124fac
a dark, electric blue · cool · closest name: royalblue
RGB
18, 79, 172
HSL
216°, 81%, 37%
CMYK
90, 54, 0, 33
Luminance
0.0870
Every format
| HEX | #124fac |
| RGB | rgb(18, 79, 172) |
| HSL | hsl(216, 81%, 37%) |
| CMYK | cmyk(90%, 54%, 0%, 33%) |
| LAB | lab(35.4 18.3 -54.8) |
| LCH | lch(35.4 57.8 288.5) |
| OKLCH | oklch(0.449 0.161 259.6) |
Copy-ready code
/* CSS */
color: #124fac;
background-color: #124fac;
/* Tailwind (arbitrary) */
class="text-[#124fac] bg-[#124fac]"
/* SCSS */
$brand: #124fac;
/* SwiftUI */
Color(red: 0.071, green: 0.310, blue: 0.675)
/* Android */
Color.parseColor("#124fac")Accessibility — WCAG contrast
Aa
#124fac on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124fac on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green31.0%
Blue67.5%
CMYK percentages
Cyan89.5%
Magenta54.1%
Yellow0.0%
Key (black)32.5%
Color previews
#124fac text on a black background
contrast 2.74:1
Card sample
#124fac text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124fac;
Background color
Panel with #124fac background
background-color: #124fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 79, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 79, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124fac; background: linear-gradient(135deg, #124fac, #3C12AC);