Steel Blue
#6696B2
BlueColor Codes
All color formats for development
HEX
#6696B2RGB
rgb(102, 150, 178)HSL
hsl(202, 33%, 55%)OKLCH
oklch(0.649 0.067 234.8)CMYK
cmyk(43%, 16%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5589A8
2#4B7A95
3#426B83
4#385C70
5#2F4C5D
6#263D4B
7#1C2E38
8#131F25
9#090F13
Tints
Lighter variations
1#76A1BA
2#85ABC1
3#94B6C9
4#A3C0D1
5#B3CBD9
6#C2D5E0
7#D1E0E8
8#E0EAF0
9#F0F5F7
Tones
Muted variations
1#6A95AE
2#6E94AB
3#7293A7
4#7692A3
5#79919F
6#7D909B
7#818F98
8#858E94
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E1 #D3E1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CA #B1CAD8 | BordersInactive statesPlaceholder text |
| 400 | 88AE #88AEC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6696 #6696B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B7A #4B7A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C61 #3C6177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B45 #2B4555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2C #1B2C36 | Primary textHigh emphasis contentDark headings |
| 950 | 111C #111C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF3;
--steel-blue-200: #D3E1E9;
--steel-blue-300: #B1CAD8;
--steel-blue-400: #88AEC3;
--steel-blue-500: #6696B2;
--steel-blue-600: #4B7A95;
--steel-blue-700: #3C6177;
--steel-blue-800: #2B4555;
--steel-blue-900: #1B2C36;
--steel-blue-950: #111C22;
}