#7f8acf
a light, vivid blue · warm · closest name: steelblue
RGB
127, 138, 207
HSL
232°, 46%, 66%
CMYK
39, 33, 0, 19
Luminance
0.2719
Every format
| HEX | #7f8acf |
| RGB | rgb(127, 138, 207) |
| HSL | hsl(232, 46%, 66%) |
| CMYK | cmyk(39%, 33%, 0%, 19%) |
| LAB | lab(59.1 13.1 -36.9) |
| LCH | lch(59.1 39.1 289.5) |
| OKLCH | oklch(0.653 0.104 276.2) |
Copy-ready code
/* CSS */
color: #7f8acf;
background-color: #7f8acf;
/* Tailwind (arbitrary) */
class="text-[#7f8acf] bg-[#7f8acf]"
/* SCSS */
$brand: #7f8acf;
/* SwiftUI */
Color(red: 0.498, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#7f8acf")Accessibility — WCAG contrast
Aa
#7f8acf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8acf on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green54.1%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#7f8acf text on a black background
contrast 6.44:1
Card sample
#7f8acf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8acf;
Background color
Panel with #7f8acf background
background-color: #7f8acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8acf; background: linear-gradient(135deg, #7f8acf, #A97FCF);