#6397eb
a light, electric blue · cool · closest name: dodgerblue
RGB
99, 151, 235
HSL
217°, 77%, 66%
CMYK
58, 36, 0, 8
Luminance
0.3078
Every format
| HEX | #6397eb |
| RGB | rgb(99, 151, 235) |
| HSL | hsl(217, 77%, 66%) |
| CMYK | cmyk(58%, 36%, 0%, 8%) |
| LAB | lab(62.3 7.3 -47.6) |
| LCH | lch(62.3 48.1 278.7) |
| OKLCH | oklch(0.677 0.137 259.6) |
Copy-ready code
/* CSS */
color: #6397eb;
background-color: #6397eb;
/* Tailwind (arbitrary) */
class="text-[#6397eb] bg-[#6397eb]"
/* SCSS */
$brand: #6397eb;
/* SwiftUI */
Color(red: 0.388, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#6397eb")Accessibility — WCAG contrast
Aa
#6397eb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6397eb on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green59.2%
Blue92.2%
CMYK percentages
Cyan57.9%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#6397eb text on a black background
contrast 7.16:1
Card sample
#6397eb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6397eb;
Background color
Panel with #6397eb background
background-color: #6397eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6397eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6397eb; background: linear-gradient(135deg, #6397eb, #8A63EB);