Steel Blue
#6682B2
BlueColor Codes
All color formats for development
HEX
#6682B2RGB
rgb(102, 130, 178)HSL
hsl(218, 33%, 55%)OKLCH
oklch(0.604 0.08 260.9)CMYK
cmyk(43%, 27%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5573A8
2#4B6695
3#425A83
4#384D70
5#2F405D
6#26334B
7#1C2638
8#131A25
9#090D13
Tints
Lighter variations
1#768FBA
2#859BC1
3#94A8C9
4#A3B4D1
5#B3C1D9
6#C2CDE0
7#D1DAE8
8#E0E6F0
9#F0F3F7
Tones
Muted variations
1#6A83AE
2#6E84AB
3#7285A7
4#7686A3
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 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889E #889EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6682 #6682B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B66 #4B6695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C51 #3C5177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3A #2B3A55 | 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: #E7ECF3;
--steel-blue-200: #D3DBE9;
--steel-blue-300: #B1BFD8;
--steel-blue-400: #889EC3;
--steel-blue-500: #6682B2;
--steel-blue-600: #4B6695;
--steel-blue-700: #3C5177;
--steel-blue-800: #2B3A55;
--steel-blue-900: #1B2536;
--steel-blue-950: #111722;
}