#7b8ddf
a light, vivid blue · warm · closest name: dodgerblue
RGB
123, 141, 223
HSL
229°, 61%, 68%
CMYK
45, 37, 0, 13
Luminance
0.2859
Every format
| HEX | #7b8ddf |
| RGB | rgb(123, 141, 223) |
| HSL | hsl(229, 61%, 68%) |
| CMYK | cmyk(45%, 37%, 0%, 13%) |
| LAB | lab(60.4 14.8 -43.8) |
| LCH | lch(60.4 46.3 288.7) |
| OKLCH | oklch(0.664 0.124 273.2) |
Copy-ready code
/* CSS */
color: #7b8ddf;
background-color: #7b8ddf;
/* Tailwind (arbitrary) */
class="text-[#7b8ddf] bg-[#7b8ddf]"
/* SCSS */
$brand: #7b8ddf;
/* SwiftUI */
Color(red: 0.482, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#7b8ddf")Accessibility — WCAG contrast
Aa
#7b8ddf on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b8ddf on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green55.3%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7b8ddf text on a black background
contrast 6.72:1
Card sample
#7b8ddf text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b8ddf;
Background color
Panel with #7b8ddf background
background-color: #7b8ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b8ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b8ddf; background: linear-gradient(135deg, #7b8ddf, #AC7BDF);