#7b9eee
a light, electric blue · cool · closest name: dodgerblue
RGB
123, 158, 238
HSL
222°, 77%, 71%
CMYK
48, 34, 0, 7
Luminance
0.3484
Every format
| HEX | #7b9eee |
| RGB | rgb(123, 158, 238) |
| HSL | hsl(222, 77%, 71%) |
| CMYK | cmyk(48%, 34%, 0%, 7%) |
| LAB | lab(65.6 9.4 -43.9) |
| LCH | lch(65.6 44.9 282.0) |
| OKLCH | oklch(0.707 0.124 265.4) |
Copy-ready code
/* CSS */
color: #7b9eee;
background-color: #7b9eee;
/* Tailwind (arbitrary) */
class="text-[#7b9eee] bg-[#7b9eee]"
/* SCSS */
$brand: #7b9eee;
/* SwiftUI */
Color(red: 0.482, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#7b9eee")Accessibility — WCAG contrast
Aa
#7b9eee on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7b9eee on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan48.3%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7b9eee text on a black background
contrast 7.97:1
Card sample
#7b9eee text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b9eee;
Background color
Panel with #7b9eee background
background-color: #7b9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b9eee; background: linear-gradient(135deg, #7b9eee, #A57BEE);