#7f7abc
a balanced, soft blue · warm · closest name: steelblue
RGB
127, 122, 188
HSL
245°, 33%, 61%
CMYK
32, 35, 0, 26
Luminance
0.2206
Every format
| HEX | #7f7abc |
| RGB | rgb(127, 122, 188) |
| HSL | hsl(245, 33%, 61%) |
| CMYK | cmyk(32%, 35%, 0%, 26%) |
| LAB | lab(54.1 17.3 -34.0) |
| LCH | lch(54.1 38.1 297.0) |
| OKLCH | oklch(0.611 0.099 286.5) |
Copy-ready code
/* CSS */
color: #7f7abc;
background-color: #7f7abc;
/* Tailwind (arbitrary) */
class="text-[#7f7abc] bg-[#7f7abc]"
/* SCSS */
$brand: #7f7abc;
/* SwiftUI */
Color(red: 0.498, green: 0.478, blue: 0.737)
/* Android */
Color.parseColor("#7f7abc")Accessibility — WCAG contrast
Aa
#7f7abc on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7abc on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green47.8%
Blue73.7%
CMYK percentages
Cyan32.4%
Magenta35.1%
Yellow0.0%
Key (black)26.3%
Color previews
#7f7abc text on a black background
contrast 5.41:1
Card sample
#7f7abc text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7abc;
Background color
Panel with #7f7abc background
background-color: #7f7abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 122, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 122, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7abc; background: linear-gradient(135deg, #7f7abc, #AB7ABC);