#7f8ace
a light, soft blue · warm · closest name: steelblue
RGB
127, 138, 206
HSL
232°, 45%, 65%
CMYK
38, 33, 0, 19
Luminance
0.2715
Every format
| HEX | #7f8ace |
| RGB | rgb(127, 138, 206) |
| HSL | hsl(232, 45%, 65%) |
| CMYK | cmyk(38%, 33%, 0%, 19%) |
| LAB | lab(59.1 12.8 -36.4) |
| LCH | lch(59.1 38.5 289.4) |
| OKLCH | oklch(0.652 0.102 276.2) |
Copy-ready code
/* CSS */
color: #7f8ace;
background-color: #7f8ace;
/* Tailwind (arbitrary) */
class="text-[#7f8ace] bg-[#7f8ace]"
/* SCSS */
$brand: #7f8ace;
/* SwiftUI */
Color(red: 0.498, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#7f8ace")Accessibility — WCAG contrast
Aa
#7f8ace on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8ace on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green54.1%
Blue80.8%
CMYK percentages
Cyan38.3%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#7f8ace text on a black background
contrast 6.43:1
Card sample
#7f8ace text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8ace;
Background color
Panel with #7f8ace background
background-color: #7f8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8ace; background: linear-gradient(135deg, #7f8ace, #A97FCE);