#907eaf
a balanced, soft violet · warm · closest name: steelblue
RGB
144, 126, 175
HSL
262°, 23%, 59%
CMYK
18, 28, 0, 31
Luminance
0.2395
Every format
| HEX | #907eaf |
| RGB | rgb(144, 126, 175) |
| HSL | hsl(262, 23%, 59%) |
| CMYK | cmyk(18%, 28%, 0%, 31%) |
| LAB | lab(56.0 17.0 -23.4) |
| LCH | lch(56.0 28.9 306.0) |
| OKLCH | oklch(0.628 0.075 301.1) |
Copy-ready code
/* CSS */
color: #907eaf;
background-color: #907eaf;
/* Tailwind (arbitrary) */
class="text-[#907eaf] bg-[#907eaf]"
/* SCSS */
$brand: #907eaf;
/* SwiftUI */
Color(red: 0.565, green: 0.494, blue: 0.686)
/* Android */
Color.parseColor("#907eaf")Accessibility — WCAG contrast
Aa
#907eaf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907eaf on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green49.4%
Blue68.6%
CMYK percentages
Cyan17.7%
Magenta28.0%
Yellow0.0%
Key (black)31.4%
Color previews
#907eaf text on a black background
contrast 5.79:1
Card sample
#907eaf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907eaf;
Background color
Panel with #907eaf background
background-color: #907eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 126, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 126, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907eaf; background: linear-gradient(135deg, #907eaf, #AF7EAD);