#9c9eee
a light, vivid blue · warm · closest name: plum
RGB
156, 158, 238
HSL
239°, 71%, 77%
CMYK
35, 34, 0, 7
Luminance
0.3769
Every format
| HEX | #9c9eee |
| RGB | rgb(156, 158, 238) |
| HSL | hsl(239, 71%, 77%) |
| CMYK | cmyk(35%, 34%, 0%, 7%) |
| LAB | lab(67.8 17.7 -40.4) |
| LCH | lch(67.8 44.1 293.7) |
| OKLCH | oklch(0.729 0.115 282.0) |
Copy-ready code
/* CSS */
color: #9c9eee;
background-color: #9c9eee;
/* Tailwind (arbitrary) */
class="text-[#9c9eee] bg-[#9c9eee]"
/* SCSS */
$brand: #9c9eee;
/* SwiftUI */
Color(red: 0.612, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#9c9eee")Accessibility — WCAG contrast
Aa
#9c9eee on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c9eee on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan34.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#9c9eee text on a black background
contrast 8.54:1
Card sample
#9c9eee text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c9eee;
Background color
Panel with #9c9eee background
background-color: #9c9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c9eee; background: linear-gradient(135deg, #9c9eee, #D19CEE);