#7b9fdf
a light, vivid blue · cool · closest name: steelblue
RGB
123, 159, 223
HSL
218°, 61%, 68%
CMYK
45, 29, 0, 13
Luminance
0.3433
Every format
| HEX | #7b9fdf |
| RGB | rgb(123, 159, 223) |
| HSL | hsl(218, 61%, 68%) |
| CMYK | cmyk(45%, 29%, 0%, 13%) |
| LAB | lab(65.2 4.4 -36.3) |
| LCH | lch(65.2 36.6 276.9) |
| OKLCH | oklch(0.702 0.103 261.5) |
Copy-ready code
/* CSS */
color: #7b9fdf;
background-color: #7b9fdf;
/* Tailwind (arbitrary) */
class="text-[#7b9fdf] bg-[#7b9fdf]"
/* SCSS */
$brand: #7b9fdf;
/* SwiftUI */
Color(red: 0.482, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#7b9fdf")Accessibility — WCAG contrast
Aa
#7b9fdf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b9fdf on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7b9fdf text on a black background
contrast 7.87:1
Card sample
#7b9fdf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b9fdf;
Background color
Panel with #7b9fdf background
background-color: #7b9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b9fdf; background: linear-gradient(135deg, #7b9fdf, #9A7BDF);