#7b8def
a light, electric blue · warm · closest name: dodgerblue
RGB
123, 141, 239
HSL
231°, 78%, 71%
CMYK
49, 41, 0, 6
Luminance
0.2949
Every format
| HEX | #7b8def |
| RGB | rgb(123, 141, 239) |
| HSL | hsl(231, 78%, 71%) |
| CMYK | cmyk(49%, 41%, 0%, 6%) |
| LAB | lab(61.2 19.6 -51.5) |
| LCH | lch(61.2 55.0 290.8) |
| OKLCH | oklch(0.673 0.146 274.0) |
Copy-ready code
/* CSS */
color: #7b8def;
background-color: #7b8def;
/* Tailwind (arbitrary) */
class="text-[#7b8def] bg-[#7b8def]"
/* SCSS */
$brand: #7b8def;
/* SwiftUI */
Color(red: 0.482, green: 0.553, blue: 0.937)
/* Android */
Color.parseColor("#7b8def")Accessibility — WCAG contrast
Aa
#7b8def on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7b8def on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green55.3%
Blue93.7%
CMYK percentages
Cyan48.5%
Magenta41.0%
Yellow0.0%
Key (black)6.3%
Color previews
#7b8def text on a black background
contrast 6.90:1
Card sample
#7b8def text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b8def;
Background color
Panel with #7b8def background
background-color: #7b8def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b8def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 141, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 141, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b8def; background: linear-gradient(135deg, #7b8def, #B67BEF);