#6992f1
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 146, 241
HSL
222°, 83%, 68%
CMYK
56, 39, 0, 6
Luminance
0.2991
Every format
| HEX | #6992f1 |
| RGB | rgb(105, 146, 241) |
| HSL | hsl(222, 83%, 68%) |
| CMYK | cmyk(56%, 39%, 0%, 6%) |
| LAB | lab(61.6 13.4 -52.0) |
| LCH | lch(61.6 53.7 284.4) |
| OKLCH | oklch(0.673 0.148 265.1) |
Copy-ready code
/* CSS */
color: #6992f1;
background-color: #6992f1;
/* Tailwind (arbitrary) */
class="text-[#6992f1] bg-[#6992f1]"
/* SCSS */
$brand: #6992f1;
/* SwiftUI */
Color(red: 0.412, green: 0.573, blue: 0.945)
/* Android */
Color.parseColor("#6992f1")Accessibility — WCAG contrast
Aa
#6992f1 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6992f1 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green57.3%
Blue94.5%
CMYK percentages
Cyan56.4%
Magenta39.4%
Yellow0.0%
Key (black)5.5%
Color previews
#6992f1 text on a black background
contrast 6.98:1
Card sample
#6992f1 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6992f1;
Background color
Panel with #6992f1 background
background-color: #6992f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6992f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 146, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 146, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6992f1; background: linear-gradient(135deg, #6992f1, #9B69F1);