#7b7ccc
a balanced, soft blue · warm · closest name: dodgerblue
RGB
123, 124, 204
HSL
239°, 44%, 64%
CMYK
40, 39, 0, 20
Luminance
0.2299
Every format
| HEX | #7b7ccc |
| RGB | rgb(123, 124, 204) |
| HSL | hsl(239, 44%, 64%) |
| CMYK | cmyk(40%, 39%, 0%, 20%) |
| LAB | lab(55.1 19.4 -41.6) |
| LCH | lch(55.1 45.9 295.0) |
| OKLCH | oklch(0.620 0.119 281.8) |
Copy-ready code
/* CSS */
color: #7b7ccc;
background-color: #7b7ccc;
/* Tailwind (arbitrary) */
class="text-[#7b7ccc] bg-[#7b7ccc]"
/* SCSS */
$brand: #7b7ccc;
/* SwiftUI */
Color(red: 0.482, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#7b7ccc")Accessibility — WCAG contrast
Aa
#7b7ccc on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b7ccc on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green48.6%
Blue80.0%
CMYK percentages
Cyan39.7%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#7b7ccc text on a black background
contrast 5.60:1
Card sample
#7b7ccc text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b7ccc;
Background color
Panel with #7b7ccc background
background-color: #7b7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b7ccc; background: linear-gradient(135deg, #7b7ccc, #B07BCC);