#7286eb
a light, electric blue · warm · closest name: dodgerblue
RGB
114, 134, 235
HSL
230°, 75%, 68%
CMYK
52, 43, 0, 8
Luminance
0.2663
Every format
| HEX | #7286eb |
| RGB | rgb(114, 134, 235) |
| HSL | hsl(230, 75%, 68%) |
| CMYK | cmyk(52%, 43%, 0%, 8%) |
| LAB | lab(58.6 20.5 -53.4) |
| LCH | lch(58.6 57.2 291.0) |
| OKLCH | oklch(0.651 0.152 273.1) |
Copy-ready code
/* CSS */
color: #7286eb;
background-color: #7286eb;
/* Tailwind (arbitrary) */
class="text-[#7286eb] bg-[#7286eb]"
/* SCSS */
$brand: #7286eb;
/* SwiftUI */
Color(red: 0.447, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#7286eb")Accessibility — WCAG contrast
Aa
#7286eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7286eb on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green52.5%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7286eb text on a black background
contrast 6.33:1
Card sample
#7286eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7286eb;
Background color
Panel with #7286eb background
background-color: #7286eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7286eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7286eb; background: linear-gradient(135deg, #7286eb, #AF72EB);