#6379cf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
99, 121, 207
HSL
228°, 53%, 60%
CMYK
52, 42, 0, 19
Luminance
0.2083
Every format
| HEX | #6379cf |
| RGB | rgb(99, 121, 207) |
| HSL | hsl(228, 53%, 60%) |
| CMYK | cmyk(52%, 42%, 0%, 19%) |
| LAB | lab(52.8 16.3 -47.0) |
| LCH | lch(52.8 49.8 289.1) |
| OKLCH | oklch(0.599 0.134 271.1) |
Copy-ready code
/* CSS */
color: #6379cf;
background-color: #6379cf;
/* Tailwind (arbitrary) */
class="text-[#6379cf] bg-[#6379cf]"
/* SCSS */
$brand: #6379cf;
/* SwiftUI */
Color(red: 0.388, green: 0.475, blue: 0.812)
/* Android */
Color.parseColor("#6379cf")Accessibility — WCAG contrast
Aa
#6379cf on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6379cf on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green47.5%
Blue81.2%
CMYK percentages
Cyan52.2%
Magenta41.5%
Yellow0.0%
Key (black)18.8%
Color previews
#6379cf text on a black background
contrast 5.17:1
Card sample
#6379cf text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6379cf;
Background color
Panel with #6379cf background
background-color: #6379cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6379cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 121, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 121, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6379cf; background: linear-gradient(135deg, #6379cf, #9563CF);