#7b91ff
a light, electric blue · warm · closest name: dodgerblue
RGB
123, 145, 255
HSL
230°, 100%, 74%
CMYK
52, 43, 0, 0
Luminance
0.3168
Every format
| HEX | #7b91ff |
| RGB | rgb(123, 145, 255) |
| HSL | hsl(230, 100%, 74%) |
| CMYK | cmyk(52%, 43%, 0%, 0%) |
| LAB | lab(63.1 22.0 -57.3) |
| LCH | lch(63.1 61.4 291.0) |
| OKLCH | oklch(0.690 0.163 272.9) |
Copy-ready code
/* CSS */
color: #7b91ff;
background-color: #7b91ff;
/* Tailwind (arbitrary) */
class="text-[#7b91ff] bg-[#7b91ff]"
/* SCSS */
$brand: #7b91ff;
/* SwiftUI */
Color(red: 0.482, green: 0.569, blue: 1.000)
/* Android */
Color.parseColor("#7b91ff")Accessibility — WCAG contrast
Aa
#7b91ff on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b91ff on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green56.9%
Blue100.0%
CMYK percentages
Cyan51.8%
Magenta43.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7b91ff text on a black background
contrast 7.34:1
Card sample
#7b91ff text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b91ff;
Background color
Panel with #7b91ff background
background-color: #7b91ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b91ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 145, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 145, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b91ff; background: linear-gradient(135deg, #7b91ff, #BD7BFF);