Steel Blue
#6680B2
BlueColor Codes
All color formats for development
HEX
#6680B2RGB
rgb(102, 128, 178)HSL
hsl(219, 33%, 55%)OKLCH
oklch(0.6 0.083 263)CMYK
cmyk(43%, 28%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5572A8
2#4B6595
3#425883
4#384C70
5#2F3F5D
6#26334B
7#1C2638
8#131925
9#090D13
Tints
Lighter variations
1#768EBA
2#859AC1
3#94A7C9
4#A3B3D1
5#B3C0D9
6#C2CDE0
7#D1D9E8
8#E0E6F0
9#F0F2F7
Tones
Muted variations
1#6A82AE
2#6E83AB
3#7284A7
4#7685A3
5#79879F
6#7D889B
7#818998
8#858A94
9#888B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889D #889DC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6681 #6681B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B65 #4B6595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C50 #3C5077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B25 #1B2536 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EBF3;
--steel-blue-200: #D3DBE9;
--steel-blue-300: #B1BFD8;
--steel-blue-400: #889DC3;
--steel-blue-500: #6681B2;
--steel-blue-600: #4B6595;
--steel-blue-700: #3C5077;
--steel-blue-800: #2B3955;
--steel-blue-900: #1B2536;
--steel-blue-950: #111722;
}