Steel Blue
#6690B2
BlueColor Codes
All color formats for development
HEX
#6690B2RGB
rgb(102, 144, 178)HSL
hsl(207, 33%, 55%)OKLCH
oklch(0.636 0.069 243.6)CMYK
cmyk(43%, 19%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5582A8
2#4B7495
3#426583
4#385770
5#2F485D
6#263A4B
7#1C2B38
8#131D25
9#090E13
Tints
Lighter variations
1#769BBA
2#85A6C1
3#94B1C9
4#A3BCD1
5#B3C8D9
6#C2D3E0
7#D1DEE8
8#E0E9F0
9#F0F4F7
Tones
Muted variations
1#6A90AE
2#6E8FAB
3#728FA7
4#768FA3
5#798E9F
6#7D8E9B
7#818D98
8#858D94
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C6 #B1C6D8 | BordersInactive statesPlaceholder text |
| 400 | 88A9 #88A9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6690 #6690B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B74 #4B7495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5C #3C5C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B42 #2B4255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2A #1B2A36 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF3;
--steel-blue-200: #D3DFE9;
--steel-blue-300: #B1C6D8;
--steel-blue-400: #88A9C3;
--steel-blue-500: #6690B2;
--steel-blue-600: #4B7495;
--steel-blue-700: #3C5C77;
--steel-blue-800: #2B4255;
--steel-blue-900: #1B2A36;
--steel-blue-950: #111A22;
}