Steel Blue
#6695B2
BlueColor Codes
All color formats for development
HEX
#6695B2RGB
rgb(102, 149, 178)HSL
hsl(203, 33%, 55%)OKLCH
oklch(0.647 0.067 236.3)CMYK
cmyk(43%, 16%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5588A8
2#4B7995
3#426A83
4#385B70
5#2F4C5D
6#263C4B
7#1C2D38
8#131E25
9#090F13
Tints
Lighter variations
1#76A0BA
2#85AAC1
3#94B5C9
4#A3BFD1
5#B3CAD9
6#C2D5E0
7#D1DFE8
8#E0EAF0
9#F0F4F7
Tones
Muted variations
1#6A94AE
2#6E93AB
3#7292A7
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 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C9 #B1C9D8 | BordersInactive statesPlaceholder text |
| 400 | 88AD #88ADC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6695 #6695B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B79 #4B7995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C60 #3C6077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B45 #2B4555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2C #1B2C36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | 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: #D3E0E9;
--steel-blue-300: #B1C9D8;
--steel-blue-400: #88ADC3;
--steel-blue-500: #6695B2;
--steel-blue-600: #4B7995;
--steel-blue-700: #3C6077;
--steel-blue-800: #2B4555;
--steel-blue-900: #1B2C36;
--steel-blue-950: #111B22;
}