#6973df
a balanced, vivid blue · warm · closest name: royalblue
RGB
105, 115, 223
HSL
235°, 65%, 64%
CMYK
53, 48, 0, 13
Luminance
0.2059
Every format
| HEX | #6973df |
| RGB | rgb(105, 115, 223) |
| HSL | hsl(235, 65%, 64%) |
| CMYK | cmyk(53%, 48%, 0%, 13%) |
| LAB | lab(52.5 26.3 -56.5) |
| LCH | lch(52.5 62.3 294.9) |
| OKLCH | oklch(0.601 0.162 276.4) |
Copy-ready code
/* CSS */
color: #6973df;
background-color: #6973df;
/* Tailwind (arbitrary) */
class="text-[#6973df] bg-[#6973df]"
/* SCSS */
$brand: #6973df;
/* SwiftUI */
Color(red: 0.412, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#6973df")Accessibility — WCAG contrast
Aa
#6973df on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6973df on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green45.1%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6973df text on a black background
contrast 5.12:1
Card sample
#6973df text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6973df;
Background color
Panel with #6973df background
background-color: #6973df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6973df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6973df; background: linear-gradient(135deg, #6973df, #AE69DF);