#9092ac
a balanced, muted blue · warm · closest name: gray
RGB
144, 146, 172
HSL
236°, 14%, 62%
CMYK
16, 15, 0, 33
Luminance
0.2947
Every format
| HEX | #9092ac |
| RGB | rgb(144, 146, 172) |
| HSL | hsl(236, 14%, 62%) |
| CMYK | cmyk(16%, 15%, 0%, 33%) |
| LAB | lab(61.2 4.8 -13.8) |
| LCH | lch(61.2 14.6 289.0) |
| OKLCH | oklch(0.667 0.038 281.8) |
Copy-ready code
/* CSS */
color: #9092ac;
background-color: #9092ac;
/* Tailwind (arbitrary) */
class="text-[#9092ac] bg-[#9092ac]"
/* SCSS */
$brand: #9092ac;
/* SwiftUI */
Color(red: 0.565, green: 0.573, blue: 0.675)
/* Android */
Color.parseColor("#9092ac")Accessibility — WCAG contrast
Aa
#9092ac on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9092ac on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green57.3%
Blue67.5%
CMYK percentages
Cyan16.3%
Magenta15.1%
Yellow0.0%
Key (black)32.5%
Color previews
#9092ac text on a black background
contrast 6.89:1
Card sample
#9092ac text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9092ac;
Background color
Panel with #9092ac background
background-color: #9092ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9092ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 146, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 146, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9092ac; background: linear-gradient(135deg, #9092ac, #A190AC);