#7b8dfb
a light, electric blue · warm · closest name: dodgerblue
RGB
123, 141, 251
HSL
232°, 94%, 73%
CMYK
51, 44, 0, 2
Luminance
0.3023
Every format
| HEX | #7b8dfb |
| RGB | rgb(123, 141, 251) |
| HSL | hsl(232, 94%, 73%) |
| CMYK | cmyk(51%, 44%, 0%, 2%) |
| LAB | lab(61.9 23.2 -57.0) |
| LCH | lch(61.9 61.6 292.1) |
| OKLCH | oklch(0.680 0.163 274.3) |
Copy-ready code
/* CSS */
color: #7b8dfb;
background-color: #7b8dfb;
/* Tailwind (arbitrary) */
class="text-[#7b8dfb] bg-[#7b8dfb]"
/* SCSS */
$brand: #7b8dfb;
/* SwiftUI */
Color(red: 0.482, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#7b8dfb")Accessibility — WCAG contrast
Aa
#7b8dfb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b8dfb on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green55.3%
Blue98.4%
CMYK percentages
Cyan51.0%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#7b8dfb text on a black background
contrast 7.05:1
Card sample
#7b8dfb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b8dfb;
Background color
Panel with #7b8dfb background
background-color: #7b8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b8dfb; background: linear-gradient(135deg, #7b8dfb, #BE7BFB);