#7a96ea
a light, vivid blue · warm · closest name: dodgerblue
RGB
122, 150, 234
HSL
225°, 73%, 70%
CMYK
48, 36, 0, 8
Luminance
0.3189
Every format
| HEX | #7a96ea |
| RGB | rgb(122, 150, 234) |
| HSL | hsl(225, 73%, 70%) |
| CMYK | cmyk(48%, 36%, 0%, 8%) |
| LAB | lab(63.3 12.6 -45.5) |
| LCH | lch(63.3 47.2 285.5) |
| OKLCH | oklch(0.688 0.128 268.9) |
Copy-ready code
/* CSS */
color: #7a96ea;
background-color: #7a96ea;
/* Tailwind (arbitrary) */
class="text-[#7a96ea] bg-[#7a96ea]"
/* SCSS */
$brand: #7a96ea;
/* SwiftUI */
Color(red: 0.478, green: 0.588, blue: 0.918)
/* Android */
Color.parseColor("#7a96ea")Accessibility — WCAG contrast
Aa
#7a96ea on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7a96ea on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green58.8%
Blue91.8%
CMYK percentages
Cyan47.9%
Magenta35.9%
Yellow0.0%
Key (black)8.2%
Color previews
#7a96ea text on a black background
contrast 7.38:1
Card sample
#7a96ea text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a96ea;
Background color
Panel with #7a96ea background
background-color: #7a96ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a96ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 150, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 150, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a96ea; background: linear-gradient(135deg, #7a96ea, #A97AEA);