#7271af
a balanced, soft blue · warm · closest name: steelblue
RGB
114, 113, 175
HSL
241°, 28%, 57%
CMYK
35, 35, 0, 31
Luminance
0.1848
Every format
| HEX | #7271af |
| RGB | rgb(114, 113, 175) |
| HSL | hsl(241, 28%, 57%) |
| CMYK | cmyk(35%, 35%, 0%, 31%) |
| LAB | lab(50.1 15.4 -32.9) |
| LCH | lch(50.1 36.3 295.2) |
| OKLCH | oklch(0.576 0.095 283.8) |
Copy-ready code
/* CSS */
color: #7271af;
background-color: #7271af;
/* Tailwind (arbitrary) */
class="text-[#7271af] bg-[#7271af]"
/* SCSS */
$brand: #7271af;
/* SwiftUI */
Color(red: 0.447, green: 0.443, blue: 0.686)
/* Android */
Color.parseColor("#7271af")Accessibility — WCAG contrast
Aa
#7271af on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7271af on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green44.3%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta35.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7271af text on a black background
contrast 4.70:1
Card sample
#7271af text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7271af;
Background color
Panel with #7271af background
background-color: #7271af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7271af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 113, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 113, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7271af; background: linear-gradient(135deg, #7271af, #9B71AF);