#7a8feb
a light, vivid blue · warm · closest name: dodgerblue
RGB
122, 143, 235
HSL
229°, 74%, 70%
CMYK
48, 39, 0, 8
Luminance
0.2978
Every format
| HEX | #7a8feb |
| RGB | rgb(122, 143, 235) |
| HSL | hsl(229, 74%, 70%) |
| CMYK | cmyk(48%, 39%, 0%, 8%) |
| LAB | lab(61.5 17.0 -48.9) |
| LCH | lch(61.5 51.7 289.1) |
| OKLCH | oklch(0.674 0.138 272.5) |
Copy-ready code
/* CSS */
color: #7a8feb;
background-color: #7a8feb;
/* Tailwind (arbitrary) */
class="text-[#7a8feb] bg-[#7a8feb]"
/* SCSS */
$brand: #7a8feb;
/* SwiftUI */
Color(red: 0.478, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#7a8feb")Accessibility — WCAG contrast
Aa
#7a8feb on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7a8feb on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green56.1%
Blue92.2%
CMYK percentages
Cyan48.1%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7a8feb text on a black background
contrast 6.96:1
Card sample
#7a8feb text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a8feb;
Background color
Panel with #7a8feb background
background-color: #7a8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a8feb; background: linear-gradient(135deg, #7a8feb, #B07AEB);