#6992ff
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 146, 255
HSL
224°, 100%, 71%
CMYK
59, 43, 0, 0
Luminance
0.3078
Every format
| HEX | #6992ff |
| RGB | rgb(105, 146, 255) |
| HSL | hsl(224, 100%, 71%) |
| CMYK | cmyk(59%, 43%, 0%, 0%) |
| LAB | lab(62.3 17.9 -58.5) |
| LCH | lch(62.3 61.2 287.0) |
| OKLCH | oklch(0.681 0.167 266.5) |
Copy-ready code
/* CSS */
color: #6992ff;
background-color: #6992ff;
/* Tailwind (arbitrary) */
class="text-[#6992ff] bg-[#6992ff]"
/* SCSS */
$brand: #6992ff;
/* SwiftUI */
Color(red: 0.412, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#6992ff")Accessibility — WCAG contrast
Aa
#6992ff on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6992ff on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green57.3%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#6992ff text on a black background
contrast 7.16:1
Card sample
#6992ff text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6992ff;
Background color
Panel with #6992ff background
background-color: #6992ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6992ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6992ff; background: linear-gradient(135deg, #6992ff, #A469FF);