#7f96dc
a light, vivid blue · warm · closest name: steelblue
RGB
127, 150, 220
HSL
225°, 57%, 68%
CMYK
42, 32, 0, 14
Luminance
0.3149
Every format
| HEX | #7f96dc |
| RGB | rgb(127, 150, 220) |
| HSL | hsl(225, 57%, 68%) |
| CMYK | cmyk(42%, 32%, 0%, 14%) |
| LAB | lab(62.9 9.7 -38.2) |
| LCH | lch(62.9 39.4 284.3) |
| OKLCH | oklch(0.684 0.107 269.6) |
Copy-ready code
/* CSS */
color: #7f96dc;
background-color: #7f96dc;
/* Tailwind (arbitrary) */
class="text-[#7f96dc] bg-[#7f96dc]"
/* SCSS */
$brand: #7f96dc;
/* SwiftUI */
Color(red: 0.498, green: 0.588, blue: 0.863)
/* Android */
Color.parseColor("#7f96dc")Accessibility — WCAG contrast
Aa
#7f96dc on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f96dc on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green58.8%
Blue86.3%
CMYK percentages
Cyan42.3%
Magenta31.8%
Yellow0.0%
Key (black)13.7%
Color previews
#7f96dc text on a black background
contrast 7.30:1
Card sample
#7f96dc text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f96dc;
Background color
Panel with #7f96dc background
background-color: #7f96dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f96dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 150, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 150, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f96dc; background: linear-gradient(135deg, #7f96dc, #A67FDC);