#9799eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
151, 153, 235
HSL
239°, 68%, 76%
CMYK
36, 35, 0, 8
Luminance
0.3536
Every format
| HEX | #9799eb |
| RGB | rgb(151, 153, 235) |
| HSL | hsl(239, 68%, 76%) |
| CMYK | cmyk(36%, 35%, 0%, 8%) |
| LAB | lab(66.0 18.4 -41.5) |
| LCH | lch(66.0 45.4 293.9) |
| OKLCH | oklch(0.714 0.119 281.9) |
Copy-ready code
/* CSS */
color: #9799eb;
background-color: #9799eb;
/* Tailwind (arbitrary) */
class="text-[#9799eb] bg-[#9799eb]"
/* SCSS */
$brand: #9799eb;
/* SwiftUI */
Color(red: 0.592, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#9799eb")Accessibility — WCAG contrast
Aa
#9799eb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9799eb on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green60.0%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#9799eb text on a black background
contrast 8.07:1
Card sample
#9799eb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9799eb;
Background color
Panel with #9799eb background
background-color: #9799eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9799eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9799eb; background: linear-gradient(135deg, #9799eb, #CD97EB);