#7280df
a light, vivid blue · warm · closest name: dodgerblue
RGB
114, 128, 223
HSL
232°, 63%, 66%
CMYK
49, 43, 0, 13
Luminance
0.2434
Every format
| HEX | #7280df |
| RGB | rgb(114, 128, 223) |
| HSL | hsl(232, 63%, 66%) |
| CMYK | cmyk(49%, 43%, 0%, 13%) |
| LAB | lab(56.4 20.4 -50.2) |
| LCH | lch(56.4 54.2 292.1) |
| OKLCH | oklch(0.632 0.143 275.2) |
Copy-ready code
/* CSS */
color: #7280df;
background-color: #7280df;
/* Tailwind (arbitrary) */
class="text-[#7280df] bg-[#7280df]"
/* SCSS */
$brand: #7280df;
/* SwiftUI */
Color(red: 0.447, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#7280df")Accessibility — WCAG contrast
Aa
#7280df on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7280df on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green50.2%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7280df text on a black background
contrast 5.87:1
Card sample
#7280df text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7280df;
Background color
Panel with #7280df background
background-color: #7280df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7280df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7280df; background: linear-gradient(135deg, #7280df, #AD72DF);