#7f94eb
a light, vivid blue · warm · closest name: dodgerblue
RGB
127, 148, 235
HSL
228°, 73%, 71%
CMYK
46, 37, 0, 8
Luminance
0.3169
Every format
| HEX | #7f94eb |
| RGB | rgb(127, 148, 235) |
| HSL | hsl(228, 73%, 71%) |
| CMYK | cmyk(46%, 37%, 0%, 8%) |
| LAB | lab(63.1 15.2 -46.3) |
| LCH | lch(63.1 48.7 288.2) |
| OKLCH | oklch(0.687 0.131 272.3) |
Copy-ready code
/* CSS */
color: #7f94eb;
background-color: #7f94eb;
/* Tailwind (arbitrary) */
class="text-[#7f94eb] bg-[#7f94eb]"
/* SCSS */
$brand: #7f94eb;
/* SwiftUI */
Color(red: 0.498, green: 0.580, blue: 0.922)
/* Android */
Color.parseColor("#7f94eb")Accessibility — WCAG contrast
Aa
#7f94eb on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f94eb on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green58.0%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta37.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7f94eb text on a black background
contrast 7.34:1
Card sample
#7f94eb text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f94eb;
Background color
Panel with #7f94eb background
background-color: #7f94eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f94eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 148, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 148, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f94eb; background: linear-gradient(135deg, #7f94eb, #B27FEB);