#9799cf
a light, soft blue · warm · closest name: steelblue
RGB
151, 153, 207
HSL
238°, 37%, 70%
CMYK
27, 26, 0, 19
Luminance
0.3387
Every format
| HEX | #9799cf |
| RGB | rgb(151, 153, 207) |
| HSL | hsl(238, 37%, 70%) |
| CMYK | cmyk(27%, 26%, 0%, 19%) |
| LAB | lab(64.9 11.3 -27.9) |
| LCH | lch(64.9 30.1 292.0) |
| OKLCH | oklch(0.701 0.079 282.5) |
Copy-ready code
/* CSS */
color: #9799cf;
background-color: #9799cf;
/* Tailwind (arbitrary) */
class="text-[#9799cf] bg-[#9799cf]"
/* SCSS */
$brand: #9799cf;
/* SwiftUI */
Color(red: 0.592, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#9799cf")Accessibility — WCAG contrast
Aa
#9799cf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9799cf on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green60.0%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#9799cf text on a black background
contrast 7.77:1
Card sample
#9799cf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9799cf;
Background color
Panel with #9799cf background
background-color: #9799cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9799cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9799cf; background: linear-gradient(135deg, #9799cf, #BA97CF);