#908eb0
a balanced, soft blue · warm · closest name: gray
RGB
144, 142, 176
HSL
244°, 18%, 62%
CMYK
18, 19, 0, 31
Luminance
0.2841
Every format
| HEX | #908eb0 |
| RGB | rgb(144, 142, 176) |
| HSL | hsl(244, 18%, 62%) |
| CMYK | cmyk(18%, 19%, 0%, 31%) |
| LAB | lab(60.3 8.0 -17.5) |
| LCH | lch(60.3 19.2 294.4) |
| OKLCH | oklch(0.660 0.050 287.6) |
Copy-ready code
/* CSS */
color: #908eb0;
background-color: #908eb0;
/* Tailwind (arbitrary) */
class="text-[#908eb0] bg-[#908eb0]"
/* SCSS */
$brand: #908eb0;
/* SwiftUI */
Color(red: 0.565, green: 0.557, blue: 0.690)
/* Android */
Color.parseColor("#908eb0")Accessibility — WCAG contrast
Aa
#908eb0 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#908eb0 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green55.7%
Blue69.0%
CMYK percentages
Cyan18.2%
Magenta19.3%
Yellow0.0%
Key (black)31.0%
Color previews
#908eb0 text on a black background
contrast 6.68:1
Card sample
#908eb0 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908eb0;
Background color
Panel with #908eb0 background
background-color: #908eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 142, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 142, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908eb0; background: linear-gradient(135deg, #908eb0, #A78EB0);