#9596cf
a light, soft blue · warm · closest name: steelblue
RGB
149, 150, 207
HSL
239°, 38%, 70%
CMYK
28, 28, 0, 19
Luminance
0.3271
Every format
| HEX | #9596cf |
| RGB | rgb(149, 150, 207) |
| HSL | hsl(239, 38%, 70%) |
| CMYK | cmyk(28%, 28%, 0%, 19%) |
| LAB | lab(63.9 12.4 -29.3) |
| LCH | lch(63.9 31.8 292.9) |
| OKLCH | oklch(0.694 0.083 283.2) |
Copy-ready code
/* CSS */
color: #9596cf;
background-color: #9596cf;
/* Tailwind (arbitrary) */
class="text-[#9596cf] bg-[#9596cf]"
/* SCSS */
$brand: #9596cf;
/* SwiftUI */
Color(red: 0.584, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#9596cf")Accessibility — WCAG contrast
Aa
#9596cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9596cf on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green58.8%
Blue81.2%
CMYK percentages
Cyan28.0%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#9596cf text on a black background
contrast 7.54:1
Card sample
#9596cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9596cf;
Background color
Panel with #9596cf background
background-color: #9596cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9596cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9596cf; background: linear-gradient(135deg, #9596cf, #BB95CF);