#6197eb
a light, electric blue · cool · closest name: dodgerblue
RGB
97, 151, 235
HSL
217°, 78%, 65%
CMYK
59, 36, 0, 8
Luminance
0.3067
Every format
| HEX | #6197eb |
| RGB | rgb(97, 151, 235) |
| HSL | hsl(217, 78%, 65%) |
| CMYK | cmyk(59%, 36%, 0%, 8%) |
| LAB | lab(62.2 6.9 -47.7) |
| LCH | lch(62.2 48.2 278.3) |
| OKLCH | oklch(0.676 0.138 258.9) |
Copy-ready code
/* CSS */
color: #6197eb;
background-color: #6197eb;
/* Tailwind (arbitrary) */
class="text-[#6197eb] bg-[#6197eb]"
/* SCSS */
$brand: #6197eb;
/* SwiftUI */
Color(red: 0.380, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#6197eb")Accessibility — WCAG contrast
Aa
#6197eb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6197eb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green59.2%
Blue92.2%
CMYK percentages
Cyan58.7%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#6197eb text on a black background
contrast 7.13:1
Card sample
#6197eb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6197eb;
Background color
Panel with #6197eb background
background-color: #6197eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6197eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6197eb; background: linear-gradient(135deg, #6197eb, #8761EB);