#7084eb
a light, electric blue · warm · closest name: dodgerblue
RGB
112, 132, 235
HSL
230°, 76%, 68%
CMYK
52, 44, 0, 8
Luminance
0.2595
Every format
| HEX | #7084eb |
| RGB | rgb(112, 132, 235) |
| HSL | hsl(230, 76%, 68%) |
| CMYK | cmyk(52%, 44%, 0%, 8%) |
| LAB | lab(58.0 21.3 -54.4) |
| LCH | lch(58.0 58.4 291.3) |
| OKLCH | oklch(0.646 0.155 273.1) |
Copy-ready code
/* CSS */
color: #7084eb;
background-color: #7084eb;
/* Tailwind (arbitrary) */
class="text-[#7084eb] bg-[#7084eb]"
/* SCSS */
$brand: #7084eb;
/* SwiftUI */
Color(red: 0.439, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#7084eb")Accessibility — WCAG contrast
Aa
#7084eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7084eb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green51.8%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#7084eb text on a black background
contrast 6.19:1
Card sample
#7084eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7084eb;
Background color
Panel with #7084eb background
background-color: #7084eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7084eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7084eb; background: linear-gradient(135deg, #7084eb, #AE70EB);