#3116c7
a dark, electric blue · warm · closest name: navy
RGB
49, 22, 199
HSL
249°, 80%, 43%
CMYK
75, 89, 0, 22
Luminance
0.0535
Every format
| HEX | #3116c7 |
| RGB | rgb(49, 22, 199) |
| HSL | hsl(249, 80%, 43%) |
| CMYK | cmyk(75%, 89%, 0%, 22%) |
| LAB | lab(27.7 61.5 -83.4) |
| LCH | lch(27.7 103.6 306.4) |
| OKLCH | oklch(0.405 0.241 273.8) |
Copy-ready code
/* CSS */
color: #3116c7;
background-color: #3116c7;
/* Tailwind (arbitrary) */
class="text-[#3116c7] bg-[#3116c7]"
/* SCSS */
$brand: #3116c7;
/* SwiftUI */
Color(red: 0.192, green: 0.086, blue: 0.780)
/* Android */
Color.parseColor("#3116c7")Accessibility — WCAG contrast
Aa
#3116c7 on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3116c7 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green8.6%
Blue78.0%
CMYK percentages
Cyan75.4%
Magenta88.9%
Yellow0.0%
Key (black)22.0%
Color previews
#3116c7 text on a black background
contrast 2.07:1
Card sample
#3116c7 text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3116c7;
Background color
Panel with #3116c7 background
background-color: #3116c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3116c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 22, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 22, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3116c7; background: linear-gradient(135deg, #3116c7, #A716C7);