#7777bb
a balanced, soft blue · warm · closest name: steelblue
RGB
119, 119, 187
HSL
240°, 33%, 60%
CMYK
36, 36, 0, 27
Luminance
0.2070
Every format
| HEX | #7777bb |
| RGB | rgb(119, 119, 187) |
| HSL | hsl(240, 33%, 60%) |
| CMYK | cmyk(36%, 36%, 0%, 27%) |
| LAB | lab(52.6 16.6 -35.8) |
| LCH | lch(52.6 39.4 294.8) |
| OKLCH | oklch(0.598 0.103 282.8) |
Copy-ready code
/* CSS */
color: #7777bb;
background-color: #7777bb;
/* Tailwind (arbitrary) */
class="text-[#7777bb] bg-[#7777bb]"
/* SCSS */
$brand: #7777bb;
/* SwiftUI */
Color(red: 0.467, green: 0.467, blue: 0.733)
/* Android */
Color.parseColor("#7777bb")Accessibility — WCAG contrast
Aa
#7777bb on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7777bb on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green46.7%
Blue73.3%
CMYK percentages
Cyan36.4%
Magenta36.4%
Yellow0.0%
Key (black)26.7%
Color previews
#7777bb text on a black background
contrast 5.14:1
Card sample
#7777bb text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7777bb;
Background color
Panel with #7777bb background
background-color: #7777bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7777bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 119, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 119, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7777bb; background: linear-gradient(135deg, #7777bb, #A477BB);