#7f9eee
a light, electric blue · cool · closest name: dodgerblue
RGB
127, 158, 238
HSL
223°, 77%, 72%
CMYK
47, 34, 0, 7
Luminance
0.3514
Every format
| HEX | #7f9eee |
| RGB | rgb(127, 158, 238) |
| HSL | hsl(223, 77%, 72%) |
| CMYK | cmyk(47%, 34%, 0%, 7%) |
| LAB | lab(65.8 10.3 -43.6) |
| LCH | lch(65.8 44.8 283.3) |
| OKLCH | oklch(0.709 0.123 267.2) |
Copy-ready code
/* CSS */
color: #7f9eee;
background-color: #7f9eee;
/* Tailwind (arbitrary) */
class="text-[#7f9eee] bg-[#7f9eee]"
/* SCSS */
$brand: #7f9eee;
/* SwiftUI */
Color(red: 0.498, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#7f9eee")Accessibility — WCAG contrast
Aa
#7f9eee on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7f9eee on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green62.0%
Blue93.3%
CMYK percentages
Cyan46.6%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7f9eee text on a black background
contrast 8.03:1
Card sample
#7f9eee text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f9eee;
Background color
Panel with #7f9eee background
background-color: #7f9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f9eee; background: linear-gradient(135deg, #7f9eee, #AA7FEE);