#6799df
a balanced, vivid blue · cool · closest name: steelblue
RGB
103, 153, 223
HSL
215°, 65%, 64%
CMYK
54, 31, 0, 13
Luminance
0.3099
Every format
| HEX | #6799df |
| RGB | rgb(103, 153, 223) |
| HSL | hsl(215, 65%, 64%) |
| CMYK | cmyk(54%, 31%, 0%, 13%) |
| LAB | lab(62.5 3.2 -40.6) |
| LCH | lch(62.5 40.8 274.5) |
| OKLCH | oklch(0.677 0.117 256.9) |
Copy-ready code
/* CSS */
color: #6799df;
background-color: #6799df;
/* Tailwind (arbitrary) */
class="text-[#6799df] bg-[#6799df]"
/* SCSS */
$brand: #6799df;
/* SwiftUI */
Color(red: 0.404, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#6799df")Accessibility — WCAG contrast
Aa
#6799df on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6799df on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green60.0%
Blue87.5%
CMYK percentages
Cyan53.8%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#6799df text on a black background
contrast 7.20:1
Card sample
#6799df text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6799df;
Background color
Panel with #6799df background
background-color: #6799df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6799df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6799df; background: linear-gradient(135deg, #6799df, #8567DF);