#7271fd
a light, electric blue · warm · closest name: royalblue
RGB
114, 113, 253
HSL
240°, 97%, 72%
CMYK
55, 55, 0, 1
Luminance
0.2248
Every format
| HEX | #7271fd |
| RGB | rgb(114, 113, 253) |
| HSL | hsl(240, 97%, 72%) |
| CMYK | cmyk(55%, 55%, 0%, 1%) |
| LAB | lab(54.5 38.6 -69.9) |
| LCH | lch(54.5 79.9 298.9) |
| OKLCH | oklch(0.624 0.203 279.1) |
Copy-ready code
/* CSS */
color: #7271fd;
background-color: #7271fd;
/* Tailwind (arbitrary) */
class="text-[#7271fd] bg-[#7271fd]"
/* SCSS */
$brand: #7271fd;
/* SwiftUI */
Color(red: 0.447, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#7271fd")Accessibility — WCAG contrast
Aa
#7271fd on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7271fd on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green44.3%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7271fd text on a black background
contrast 5.50:1
Card sample
#7271fd text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7271fd;
Background color
Panel with #7271fd background
background-color: #7271fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7271fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7271fd; background: linear-gradient(135deg, #7271fd, #CF71FD);