#9799df
a light, vivid blue · warm · closest name: plum
RGB
151, 153, 223
HSL
238°, 53%, 73%
CMYK
32, 31, 0, 13
Luminance
0.3469
Every format
| HEX | #9799df |
| RGB | rgb(151, 153, 223) |
| HSL | hsl(238, 53%, 73%) |
| CMYK | cmyk(32%, 31%, 0%, 13%) |
| LAB | lab(65.5 15.3 -35.7) |
| LCH | lch(65.5 38.9 293.2) |
| OKLCH | oklch(0.708 0.102 282.2) |
Copy-ready code
/* CSS */
color: #9799df;
background-color: #9799df;
/* Tailwind (arbitrary) */
class="text-[#9799df] bg-[#9799df]"
/* SCSS */
$brand: #9799df;
/* SwiftUI */
Color(red: 0.592, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#9799df")Accessibility — WCAG contrast
Aa
#9799df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9799df on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green60.0%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#9799df text on a black background
contrast 7.94:1
Card sample
#9799df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9799df;
Background color
Panel with #9799df background
background-color: #9799df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9799df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9799df; background: linear-gradient(135deg, #9799df, #C597DF);