#7b7bdf
a light, vivid blue · warm · closest name: royalblue
RGB
123, 123, 223
HSL
240°, 61%, 68%
CMYK
45, 45, 0, 13
Luminance
0.2370
Every format
| HEX | #7b7bdf |
| RGB | rgb(123, 123, 223) |
| HSL | hsl(240, 61%, 68%) |
| CMYK | cmyk(45%, 45%, 0%, 13%) |
| LAB | lab(55.8 25.5 -51.2) |
| LCH | lch(55.8 57.1 296.5) |
| OKLCH | oklch(0.629 0.148 281.3) |
Copy-ready code
/* CSS */
color: #7b7bdf;
background-color: #7b7bdf;
/* Tailwind (arbitrary) */
class="text-[#7b7bdf] bg-[#7b7bdf]"
/* SCSS */
$brand: #7b7bdf;
/* SwiftUI */
Color(red: 0.482, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#7b7bdf")Accessibility — WCAG contrast
Aa
#7b7bdf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b7bdf on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green48.2%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7b7bdf text on a black background
contrast 5.74:1
Card sample
#7b7bdf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b7bdf;
Background color
Panel with #7b7bdf background
background-color: #7b7bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b7bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b7bdf; background: linear-gradient(135deg, #7b7bdf, #BE7BDF);