#9097df
a light, vivid blue · warm · closest name: steelblue
RGB
144, 151, 223
HSL
235°, 55%, 72%
CMYK
35, 32, 0, 13
Luminance
0.3339
Every format
| HEX | #9097df |
| RGB | rgb(144, 151, 223) |
| HSL | hsl(235, 55%, 72%) |
| CMYK | cmyk(35%, 32%, 0%, 13%) |
| LAB | lab(64.5 14.5 -37.4) |
| LCH | lch(64.5 40.1 291.2) |
| OKLCH | oklch(0.699 0.106 279.0) |
Copy-ready code
/* CSS */
color: #9097df;
background-color: #9097df;
/* Tailwind (arbitrary) */
class="text-[#9097df] bg-[#9097df]"
/* SCSS */
$brand: #9097df;
/* SwiftUI */
Color(red: 0.565, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#9097df")Accessibility — WCAG contrast
Aa
#9097df on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9097df on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green59.2%
Blue87.5%
CMYK percentages
Cyan35.4%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9097df text on a black background
contrast 7.68:1
Card sample
#9097df text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9097df;
Background color
Panel with #9097df background
background-color: #9097df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9097df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9097df; background: linear-gradient(135deg, #9097df, #BE90DF);