#7b8dfd
a light, electric blue · warm · closest name: dodgerblue
RGB
123, 141, 253
HSL
232°, 97%, 74%
CMYK
51, 44, 0, 1
Luminance
0.3035
Every format
| HEX | #7b8dfd |
| RGB | rgb(123, 141, 253) |
| HSL | hsl(232, 97%, 74%) |
| CMYK | cmyk(51%, 44%, 0%, 1%) |
| LAB | lab(62.0 23.8 -58.0) |
| LCH | lch(62.0 62.7 292.3) |
| OKLCH | oklch(0.681 0.165 274.3) |
Copy-ready code
/* CSS */
color: #7b8dfd;
background-color: #7b8dfd;
/* Tailwind (arbitrary) */
class="text-[#7b8dfd] bg-[#7b8dfd]"
/* SCSS */
$brand: #7b8dfd;
/* SwiftUI */
Color(red: 0.482, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#7b8dfd")Accessibility — WCAG contrast
Aa
#7b8dfd on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b8dfd on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green55.3%
Blue99.2%
CMYK percentages
Cyan51.4%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7b8dfd text on a black background
contrast 7.07:1
Card sample
#7b8dfd text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b8dfd;
Background color
Panel with #7b8dfd background
background-color: #7b8dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b8dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b8dfd; background: linear-gradient(135deg, #7b8dfd, #C07BFD);