#3109cf
a dark, electric blue · warm · closest name: blue
RGB
49, 9, 207
HSL
252°, 92%, 42%
CMYK
76, 96, 0, 19
Luminance
0.0535
Every format
| HEX | #3109cf |
| RGB | rgb(49, 9, 207) |
| HSL | hsl(252, 92%, 42%) |
| CMYK | cmyk(76%, 96%, 0%, 19%) |
| LAB | lab(27.7 66.7 -88.0) |
| LCH | lch(27.7 110.4 307.1) |
| OKLCH | oklch(0.408 0.255 273.4) |
Copy-ready code
/* CSS */
color: #3109cf;
background-color: #3109cf;
/* Tailwind (arbitrary) */
class="text-[#3109cf] bg-[#3109cf]"
/* SCSS */
$brand: #3109cf;
/* SwiftUI */
Color(red: 0.192, green: 0.035, blue: 0.812)
/* Android */
Color.parseColor("#3109cf")Accessibility — WCAG contrast
Aa
#3109cf on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3109cf on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green3.5%
Blue81.2%
CMYK percentages
Cyan76.3%
Magenta95.7%
Yellow0.0%
Key (black)18.8%
Color previews
#3109cf text on a black background
contrast 2.07:1
Card sample
#3109cf text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3109cf;
Background color
Panel with #3109cf background
background-color: #3109cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3109cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 9, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 9, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3109cf; background: linear-gradient(135deg, #3109cf, #B509CF);