#7d7eb1
a balanced, soft blue · warm · closest name: steelblue
RGB
125, 126, 177
HSL
239°, 25%, 59%
CMYK
29, 29, 0, 31
Luminance
0.2246
Every format
| HEX | #7d7eb1 |
| RGB | rgb(125, 126, 177) |
| HSL | hsl(239, 25%, 59%) |
| CMYK | cmyk(29%, 29%, 0%, 31%) |
| LAB | lab(54.5 11.5 -27.0) |
| LCH | lch(54.5 29.4 293.0) |
| OKLCH | oklch(0.612 0.077 283.0) |
Copy-ready code
/* CSS */
color: #7d7eb1;
background-color: #7d7eb1;
/* Tailwind (arbitrary) */
class="text-[#7d7eb1] bg-[#7d7eb1]"
/* SCSS */
$brand: #7d7eb1;
/* SwiftUI */
Color(red: 0.490, green: 0.494, blue: 0.694)
/* Android */
Color.parseColor("#7d7eb1")Accessibility — WCAG contrast
Aa
#7d7eb1 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7d7eb1 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green49.4%
Blue69.4%
CMYK percentages
Cyan29.4%
Magenta28.8%
Yellow0.0%
Key (black)30.6%
Color previews
#7d7eb1 text on a black background
contrast 5.49:1
Card sample
#7d7eb1 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d7eb1;
Background color
Panel with #7d7eb1 background
background-color: #7d7eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d7eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 126, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 126, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d7eb1; background: linear-gradient(135deg, #7d7eb1, #9F7DB1);