#7099eb
a light, electric blue · cool · closest name: dodgerblue
RGB
112, 153, 235
HSL
220°, 76%, 68%
CMYK
52, 35, 0, 8
Luminance
0.3223
Every format
| HEX | #7099eb |
| RGB | rgb(112, 153, 235) |
| HSL | hsl(220, 76%, 68%) |
| CMYK | cmyk(52%, 35%, 0%, 8%) |
| LAB | lab(63.5 8.9 -45.6) |
| LCH | lch(63.5 46.5 281.0) |
| OKLCH | oklch(0.688 0.130 263.2) |
Copy-ready code
/* CSS */
color: #7099eb;
background-color: #7099eb;
/* Tailwind (arbitrary) */
class="text-[#7099eb] bg-[#7099eb]"
/* SCSS */
$brand: #7099eb;
/* SwiftUI */
Color(red: 0.439, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#7099eb")Accessibility — WCAG contrast
Aa
#7099eb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7099eb on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green60.0%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#7099eb text on a black background
contrast 7.45:1
Card sample
#7099eb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7099eb;
Background color
Panel with #7099eb background
background-color: #7099eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7099eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7099eb; background: linear-gradient(135deg, #7099eb, #9970EB);