#7c90eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
124, 144, 235
HSL
229°, 74%, 70%
CMYK
47, 39, 0, 8
Luminance
0.3023
Every format
| HEX | #7c90eb |
| RGB | rgb(124, 144, 235) |
| HSL | hsl(229, 74%, 70%) |
| CMYK | cmyk(47%, 39%, 0%, 8%) |
| LAB | lab(61.9 16.8 -48.2) |
| LCH | lch(61.9 51.1 289.2) |
| OKLCH | oklch(0.677 0.136 272.9) |
Copy-ready code
/* CSS */
color: #7c90eb;
background-color: #7c90eb;
/* Tailwind (arbitrary) */
class="text-[#7c90eb] bg-[#7c90eb]"
/* SCSS */
$brand: #7c90eb;
/* SwiftUI */
Color(red: 0.486, green: 0.565, blue: 0.922)
/* Android */
Color.parseColor("#7c90eb")Accessibility — WCAG contrast
Aa
#7c90eb on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7c90eb on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green56.5%
Blue92.2%
CMYK percentages
Cyan47.2%
Magenta38.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7c90eb text on a black background
contrast 7.05:1
Card sample
#7c90eb text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c90eb;
Background color
Panel with #7c90eb background
background-color: #7c90eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c90eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 144, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 144, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c90eb; background: linear-gradient(135deg, #7c90eb, #B27CEB);