#8f9ace
a light, soft blue · warm · closest name: steelblue
RGB
143, 154, 206
HSL
230°, 39%, 68%
CMYK
31, 25, 0, 19
Luminance
0.3341
Every format
| HEX | #8f9ace |
| RGB | rgb(143, 154, 206) |
| HSL | hsl(230, 39%, 68%) |
| CMYK | cmyk(31%, 25%, 0%, 19%) |
| LAB | lab(64.5 8.1 -27.9) |
| LCH | lch(64.5 29.1 286.1) |
| OKLCH | oklch(0.697 0.077 275.0) |
Copy-ready code
/* CSS */
color: #8f9ace;
background-color: #8f9ace;
/* Tailwind (arbitrary) */
class="text-[#8f9ace] bg-[#8f9ace]"
/* SCSS */
$brand: #8f9ace;
/* SwiftUI */
Color(red: 0.561, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#8f9ace")Accessibility — WCAG contrast
Aa
#8f9ace on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f9ace on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green60.4%
Blue80.8%
CMYK percentages
Cyan30.6%
Magenta25.2%
Yellow0.0%
Key (black)19.2%
Color previews
#8f9ace text on a black background
contrast 7.68:1
Card sample
#8f9ace text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f9ace;
Background color
Panel with #8f9ace background
background-color: #8f9ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f9ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f9ace; background: linear-gradient(135deg, #8f9ace, #AE8FCE);