#125df2
a balanced, electric blue · cool · closest name: royalblue
RGB
18, 93, 242
HSL
220°, 90%, 51%
CMYK
93, 62, 0, 5
Luminance
0.1437
Every format
| HEX | #125df2 |
| RGB | rgb(18, 93, 242) |
| HSL | hsl(220, 90%, 51%) |
| CMYK | cmyk(93%, 62%, 0%, 5%) |
| LAB | lab(44.8 36.5 -79.9) |
| LCH | lch(44.8 87.8 294.5) |
| OKLCH | oklch(0.537 0.234 262.2) |
Copy-ready code
/* CSS */
color: #125df2;
background-color: #125df2;
/* Tailwind (arbitrary) */
class="text-[#125df2] bg-[#125df2]"
/* SCSS */
$brand: #125df2;
/* SwiftUI */
Color(red: 0.071, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#125df2")Accessibility — WCAG contrast
Aa
#125df2 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#125df2 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green36.5%
Blue94.9%
CMYK percentages
Cyan92.6%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#125df2 text on a black background
contrast 3.87:1
Card sample
#125df2 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #125df2;
Background color
Panel with #125df2 background
background-color: #125df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #125df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #125df2; background: linear-gradient(135deg, #125df2, #5C12F2);