#124fda
a balanced, electric blue · cool · closest name: royalblue
RGB
18, 79, 218
HSL
222°, 85%, 46%
CMYK
92, 64, 0, 15
Luminance
0.1078
Every format
| HEX | #124fda |
| RGB | rgb(18, 79, 218) |
| HSL | hsl(222, 85%, 46%) |
| CMYK | cmyk(92%, 64%, 0%, 15%) |
| LAB | lab(39.2 36.4 -75.4) |
| LCH | lch(39.2 83.7 295.7) |
| OKLCH | oklch(0.489 0.220 263.0) |
Copy-ready code
/* CSS */
color: #124fda;
background-color: #124fda;
/* Tailwind (arbitrary) */
class="text-[#124fda] bg-[#124fda]"
/* SCSS */
$brand: #124fda;
/* SwiftUI */
Color(red: 0.071, green: 0.310, blue: 0.855)
/* Android */
Color.parseColor("#124fda")Accessibility — WCAG contrast
Aa
#124fda on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#124fda on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green31.0%
Blue85.5%
CMYK percentages
Cyan91.7%
Magenta63.8%
Yellow0.0%
Key (black)14.5%
Color previews
#124fda text on a black background
contrast 3.16:1
Card sample
#124fda text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124fda;
Background color
Panel with #124fda background
background-color: #124fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 79, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 79, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124fda; background: linear-gradient(135deg, #124fda, #5A12DA);