#124fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
18, 79, 223
HSL
222°, 85%, 47%
CMYK
92, 65, 0, 13
Luminance
0.1105
Every format
| HEX | #124fdf |
| RGB | rgb(18, 79, 223) |
| HSL | hsl(222, 85%, 47%) |
| CMYK | cmyk(92%, 65%, 0%, 13%) |
| LAB | lab(39.7 38.2 -77.5) |
| LCH | lch(39.7 86.4 296.3) |
| OKLCH | oklch(0.494 0.226 263.2) |
Copy-ready code
/* CSS */
color: #124fdf;
background-color: #124fdf;
/* Tailwind (arbitrary) */
class="text-[#124fdf] bg-[#124fdf]"
/* SCSS */
$brand: #124fdf;
/* SwiftUI */
Color(red: 0.071, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#124fdf")Accessibility — WCAG contrast
Aa
#124fdf on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#124fdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green31.0%
Blue87.5%
CMYK percentages
Cyan91.9%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#124fdf text on a black background
contrast 3.21:1
Card sample
#124fdf text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124fdf;
Background color
Panel with #124fdf background
background-color: #124fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124fdf; background: linear-gradient(135deg, #124fdf, #5E12DF);