Steel Blue
#6683B2
BlueColor Codes
All color formats for development
HEX
#6683B2RGB
rgb(102, 131, 178)HSL
hsl(217, 33%, 55%)OKLCH
oklch(0.607 0.079 259.8)CMYK
cmyk(43%, 26%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5575A8
2#4B6895
3#425B83
4#384E70
5#2F415D
6#26344B
7#1C2738
8#131A25
9#090D13
Tints
Lighter variations
1#7690BA
2#859CC1
3#94A8C9
4#A3B5D1
5#B3C1D9
6#C2CEE0
7#D1DAE8
8#E0E6F0
9#F0F3F7
Tones
Muted variations
1#6A84AE
2#6E85AB
3#7286A7
4#7687A3
5#79889F
6#7D899B
7#818A98
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 | B1C0 #B1C0D8 | BordersInactive statesPlaceholder text |
| 400 | 889F #889FC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6683 #6683B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B68 #4B6895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C52 #3C5277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3B #2B3B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B26 #1B2636 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | 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: #B1C0D8;
--steel-blue-400: #889FC3;
--steel-blue-500: #6683B2;
--steel-blue-600: #4B6895;
--steel-blue-700: #3C5277;
--steel-blue-800: #2B3B55;
--steel-blue-900: #1B2636;
--steel-blue-950: #111822;
}