#3113df
a balanced, electric blue · warm · closest name: blue
RGB
49, 19, 223
HSL
249°, 84%, 48%
CMYK
78, 92, 0, 13
Luminance
0.0645
Every format
| HEX | #3113df |
| RGB | rgb(49, 19, 223) |
| HSL | hsl(249, 84%, 48%) |
| CMYK | cmyk(78%, 92%, 0%, 13%) |
| LAB | lab(30.5 68.6 -92.6) |
| LCH | lch(30.5 115.3 306.5) |
| OKLCH | oklch(0.432 0.268 272.0) |
Copy-ready code
/* CSS */
color: #3113df;
background-color: #3113df;
/* Tailwind (arbitrary) */
class="text-[#3113df] bg-[#3113df]"
/* SCSS */
$brand: #3113df;
/* SwiftUI */
Color(red: 0.192, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#3113df")Accessibility — WCAG contrast
Aa
#3113df on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3113df on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green7.5%
Blue87.5%
CMYK percentages
Cyan78.0%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#3113df text on a black background
contrast 2.29:1
Card sample
#3113df text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3113df;
Background color
Panel with #3113df background
background-color: #3113df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3113df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3113df; background: linear-gradient(135deg, #3113df, #B913DF);