#7072df
a light, vivid blue · warm · closest name: royalblue
RGB
112, 114, 223
HSL
239°, 63%, 66%
CMYK
50, 49, 0, 13
Luminance
0.2081
Every format
| HEX | #7072df |
| RGB | rgb(112, 114, 223) |
| HSL | hsl(239, 63%, 66%) |
| CMYK | cmyk(50%, 49%, 0%, 13%) |
| LAB | lab(52.7 28.4 -56.1) |
| LCH | lch(52.7 62.9 296.8) |
| OKLCH | oklch(0.604 0.162 279.6) |
Copy-ready code
/* CSS */
color: #7072df;
background-color: #7072df;
/* Tailwind (arbitrary) */
class="text-[#7072df] bg-[#7072df]"
/* SCSS */
$brand: #7072df;
/* SwiftUI */
Color(red: 0.439, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#7072df")Accessibility — WCAG contrast
Aa
#7072df on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7072df on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green44.7%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7072df text on a black background
contrast 5.16:1
Card sample
#7072df text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7072df;
Background color
Panel with #7072df background
background-color: #7072df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7072df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7072df; background: linear-gradient(135deg, #7072df, #B870DF);