#7282eb
a light, electric blue · warm · closest name: royalblue
RGB
114, 130, 235
HSL
232°, 75%, 68%
CMYK
52, 45, 0, 8
Luminance
0.2554
Every format
| HEX | #7282eb |
| RGB | rgb(114, 130, 235) |
| HSL | hsl(232, 75%, 68%) |
| CMYK | cmyk(52%, 45%, 0%, 8%) |
| LAB | lab(57.6 22.9 -55.0) |
| LCH | lch(57.6 59.6 292.6) |
| OKLCH | oklch(0.643 0.157 274.6) |
Copy-ready code
/* CSS */
color: #7282eb;
background-color: #7282eb;
/* Tailwind (arbitrary) */
class="text-[#7282eb] bg-[#7282eb]"
/* SCSS */
$brand: #7282eb;
/* SwiftUI */
Color(red: 0.447, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#7282eb")Accessibility — WCAG contrast
Aa
#7282eb on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7282eb on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green51.0%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7282eb text on a black background
contrast 6.11:1
Card sample
#7282eb text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7282eb;
Background color
Panel with #7282eb background
background-color: #7282eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7282eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7282eb; background: linear-gradient(135deg, #7282eb, #B372EB);