#7f8dfb
a light, electric blue · warm · closest name: dodgerblue
RGB
127, 141, 251
HSL
233°, 94%, 74%
CMYK
49, 44, 0, 2
Luminance
0.3053
Every format
| HEX | #7f8dfb |
| RGB | rgb(127, 141, 251) |
| HSL | hsl(233, 94%, 74%) |
| CMYK | cmyk(49%, 44%, 0%, 2%) |
| LAB | lab(62.1 24.1 -56.6) |
| LCH | lch(62.1 61.5 293.0) |
| OKLCH | oklch(0.682 0.162 275.8) |
Copy-ready code
/* CSS */
color: #7f8dfb;
background-color: #7f8dfb;
/* Tailwind (arbitrary) */
class="text-[#7f8dfb] bg-[#7f8dfb]"
/* SCSS */
$brand: #7f8dfb;
/* SwiftUI */
Color(red: 0.498, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#7f8dfb")Accessibility — WCAG contrast
Aa
#7f8dfb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f8dfb on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green55.3%
Blue98.4%
CMYK percentages
Cyan49.4%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#7f8dfb text on a black background
contrast 7.11:1
Card sample
#7f8dfb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8dfb;
Background color
Panel with #7f8dfb background
background-color: #7f8dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8dfb; background: linear-gradient(135deg, #7f8dfb, #C47FFB);