#9f9fc6
a light, soft blue · warm · closest name: steelblue
RGB
159, 159, 198
HSL
240°, 26%, 70%
CMYK
20, 20, 0, 22
Luminance
0.3624
Every format
| HEX | #9f9fc6 |
| RGB | rgb(159, 159, 198) |
| HSL | hsl(240, 26%, 70%) |
| CMYK | cmyk(20%, 20%, 0%, 22%) |
| LAB | lab(66.7 8.2 -20.0) |
| LCH | lch(66.7 21.6 292.4) |
| OKLCH | oklch(0.716 0.056 284.9) |
Copy-ready code
/* CSS */
color: #9f9fc6;
background-color: #9f9fc6;
/* Tailwind (arbitrary) */
class="text-[#9f9fc6] bg-[#9f9fc6]"
/* SCSS */
$brand: #9f9fc6;
/* SwiftUI */
Color(red: 0.624, green: 0.624, blue: 0.776)
/* Android */
Color.parseColor("#9f9fc6")Accessibility — WCAG contrast
Aa
#9f9fc6 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9f9fc6 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green62.4%
Blue77.6%
CMYK percentages
Cyan19.7%
Magenta19.7%
Yellow0.0%
Key (black)22.4%
Color previews
#9f9fc6 text on a black background
contrast 8.25:1
Card sample
#9f9fc6 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f9fc6;
Background color
Panel with #9f9fc6 background
background-color: #9f9fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f9fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 159, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 159, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f9fc6; background: linear-gradient(135deg, #9f9fc6, #B99FC6);