#7197eb
a light, electric blue · cool · closest name: dodgerblue
RGB
113, 151, 235
HSL
221°, 75%, 68%
CMYK
52, 36, 0, 8
Luminance
0.3164
Every format
| HEX | #7197eb |
| RGB | rgb(113, 151, 235) |
| HSL | hsl(221, 75%, 68%) |
| CMYK | cmyk(52%, 36%, 0%, 8%) |
| LAB | lab(63.0 10.2 -46.4) |
| LCH | lch(63.0 47.5 282.5) |
| OKLCH | oklch(0.685 0.132 264.7) |
Copy-ready code
/* CSS */
color: #7197eb;
background-color: #7197eb;
/* Tailwind (arbitrary) */
class="text-[#7197eb] bg-[#7197eb]"
/* SCSS */
$brand: #7197eb;
/* SwiftUI */
Color(red: 0.443, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#7197eb")Accessibility — WCAG contrast
Aa
#7197eb on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7197eb on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green59.2%
Blue92.2%
CMYK percentages
Cyan51.9%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7197eb text on a black background
contrast 7.33:1
Card sample
#7197eb text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7197eb;
Background color
Panel with #7197eb background
background-color: #7197eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7197eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7197eb; background: linear-gradient(135deg, #7197eb, #9C71EB);