#122fdf
a balanced, electric blue · warm · closest name: blue
RGB
18, 47, 223
HSL
232°, 85%, 47%
CMYK
92, 79, 0, 13
Luminance
0.0749
Every format
| HEX | #122fdf |
| RGB | rgb(18, 47, 223) |
| HSL | hsl(232, 85%, 47%) |
| CMYK | cmyk(92%, 79%, 0%, 13%) |
| LAB | lab(32.9 56.9 -88.7) |
| LCH | lch(32.9 105.4 302.7) |
| OKLCH | oklch(0.445 0.258 265.5) |
Copy-ready code
/* CSS */
color: #122fdf;
background-color: #122fdf;
/* Tailwind (arbitrary) */
class="text-[#122fdf] bg-[#122fdf]"
/* SCSS */
$brand: #122fdf;
/* SwiftUI */
Color(red: 0.071, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#122fdf")Accessibility — WCAG contrast
Aa
#122fdf on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#122fdf on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green18.4%
Blue87.5%
CMYK percentages
Cyan91.9%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#122fdf text on a black background
contrast 2.50:1
Card sample
#122fdf text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #122fdf;
Background color
Panel with #122fdf background
background-color: #122fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #122fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #122fdf; background: linear-gradient(135deg, #122fdf, #7E12DF);