#1f68df
a balanced, electric blue · cool · closest name: royalblue
RGB
31, 104, 223
HSL
217°, 76%, 50%
CMYK
86, 53, 0, 13
Luminance
0.1552
Every format
| HEX | #1f68df |
| RGB | rgb(31, 104, 223) |
| HSL | hsl(217, 76%, 50%) |
| CMYK | cmyk(86%, 53%, 0%, 13%) |
| LAB | lab(46.3 22.8 -66.6) |
| LCH | lch(46.3 70.4 288.9) |
| OKLCH | oklch(0.545 0.195 260.2) |
Copy-ready code
/* CSS */
color: #1f68df;
background-color: #1f68df;
/* Tailwind (arbitrary) */
class="text-[#1f68df] bg-[#1f68df]"
/* SCSS */
$brand: #1f68df;
/* SwiftUI */
Color(red: 0.122, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#1f68df")Accessibility — WCAG contrast
Aa
#1f68df on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f68df on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green40.8%
Blue87.5%
CMYK percentages
Cyan86.1%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#1f68df text on a black background
contrast 4.10:1
Card sample
#1f68df text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f68df;
Background color
Panel with #1f68df background
background-color: #1f68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f68df; background: linear-gradient(135deg, #1f68df, #561FDF);