#6677ee
a light, electric blue · warm · closest name: royalblue
RGB
102, 119, 238
HSL
233°, 80%, 67%
CMYK
57, 50, 0, 7
Luminance
0.2219
Every format
| HEX | #6677ee |
| RGB | rgb(102, 119, 238) |
| HSL | hsl(233, 80%, 67%) |
| CMYK | cmyk(57%, 50%, 0%, 7%) |
| LAB | lab(54.2 28.0 -62.1) |
| LCH | lch(54.2 68.2 294.3) |
| OKLCH | oklch(0.616 0.178 273.9) |
Copy-ready code
/* CSS */
color: #6677ee;
background-color: #6677ee;
/* Tailwind (arbitrary) */
class="text-[#6677ee] bg-[#6677ee]"
/* SCSS */
$brand: #6677ee;
/* SwiftUI */
Color(red: 0.400, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#6677ee")Accessibility — WCAG contrast
Aa
#6677ee on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6677ee on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green46.7%
Blue93.3%
CMYK percentages
Cyan57.1%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#6677ee text on a black background
contrast 5.44:1
Card sample
#6677ee text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6677ee;
Background color
Panel with #6677ee background
background-color: #6677ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6677ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6677ee; background: linear-gradient(135deg, #6677ee, #B066EE);