#7f9bdc
a light, vivid blue · cool · closest name: steelblue
RGB
127, 155, 220
HSL
222°, 57%, 68%
CMYK
42, 30, 0, 14
Luminance
0.3312
Every format
| HEX | #7f9bdc |
| RGB | rgb(127, 155, 220) |
| HSL | hsl(222, 57%, 68%) |
| CMYK | cmyk(42%, 30%, 0%, 14%) |
| LAB | lab(64.3 6.8 -36.1) |
| LCH | lch(64.3 36.8 280.7) |
| OKLCH | oklch(0.694 0.101 266.0) |
Copy-ready code
/* CSS */
color: #7f9bdc;
background-color: #7f9bdc;
/* Tailwind (arbitrary) */
class="text-[#7f9bdc] bg-[#7f9bdc]"
/* SCSS */
$brand: #7f9bdc;
/* SwiftUI */
Color(red: 0.498, green: 0.608, blue: 0.863)
/* Android */
Color.parseColor("#7f9bdc")Accessibility — WCAG contrast
Aa
#7f9bdc on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f9bdc on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green60.8%
Blue86.3%
CMYK percentages
Cyan42.3%
Magenta29.5%
Yellow0.0%
Key (black)13.7%
Color previews
#7f9bdc text on a black background
contrast 7.62:1
Card sample
#7f9bdc text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f9bdc;
Background color
Panel with #7f9bdc background
background-color: #7f9bdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f9bdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 155, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 155, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f9bdc; background: linear-gradient(135deg, #7f9bdc, #A17FDC);