Steel Blue
#6666B2
BlueColor Codes
All color formats for development
HEX
#6666B2RGB
rgb(102, 102, 178)HSL
hsl(240, 33%, 55%)OKLCH
oklch(0.545 0.117 281.8)CMYK
cmyk(43%, 43%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5555A8
2#4B4B95
3#424283
4#383870
5#2F2F5D
6#26264B
7#1C1C38
8#131325
9#090913
Tints
Lighter variations
1#7676BA
2#8585C1
3#9494C9
4#A3A3D1
5#B3B3D9
6#C2C2E0
7#D1D1E8
8#E0E0F0
9#F0F0F7
Tones
Muted variations
1#6A6AAE
2#6E6EAB
3#7272A7
4#7676A3
5#79799F
6#7D7D9B
7#818198
8#858594
9#888890
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F3;
--steel-blue-200: #D3D3E9;
--steel-blue-300: #B1B1D8;
--steel-blue-400: #8888C3;
--steel-blue-500: #6666B2;
--steel-blue-600: #4B4B95;
--steel-blue-700: #3C3C77;
--steel-blue-800: #2B2B55;
--steel-blue-900: #1B1B36;
--steel-blue-950: #111122;
}