#6693ee
a light, electric blue · cool · closest name: dodgerblue
RGB
102, 147, 238
HSL
220°, 80%, 67%
CMYK
57, 38, 0, 7
Luminance
0.2987
Every format
| HEX | #6693ee |
| RGB | rgb(102, 147, 238) |
| HSL | hsl(220, 80%, 67%) |
| CMYK | cmyk(57%, 38%, 0%, 7%) |
| LAB | lab(61.5 11.2 -50.5) |
| LCH | lch(61.5 51.7 282.5) |
| OKLCH | oklch(0.672 0.144 263.2) |
Copy-ready code
/* CSS */
color: #6693ee;
background-color: #6693ee;
/* Tailwind (arbitrary) */
class="text-[#6693ee] bg-[#6693ee]"
/* SCSS */
$brand: #6693ee;
/* SwiftUI */
Color(red: 0.400, green: 0.576, blue: 0.933)
/* Android */
Color.parseColor("#6693ee")Accessibility — WCAG contrast
Aa
#6693ee on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6693ee on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green57.6%
Blue93.3%
CMYK percentages
Cyan57.1%
Magenta38.2%
Yellow0.0%
Key (black)6.7%
Color previews
#6693ee text on a black background
contrast 6.97:1
Card sample
#6693ee text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6693ee;
Background color
Panel with #6693ee background
background-color: #6693ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6693ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 147, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 147, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6693ee; background: linear-gradient(135deg, #6693ee, #9466EE);