Steel Blue
#2A6BB7
BlueColor Codes
All color formats for development
HEX
#2A6BB7RGB
rgb(42, 107, 183)HSL
hsl(212, 63%, 44%)OKLCH
oklch(0.526 0.137 254.6)CMYK
cmyk(77%, 42%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2561A5
2#215692
3#1D4B80
4#19406E
5#15365B
6#112B49
7#0C2037
8#081525
9#040B12
Tints
Lighter variations
1#2F79CE
2#4588D5
3#5C97DA
4#73A6DF
5#8BB5E5
6#A2C3EA
7#B9D2EF
8#D0E1F4
9#E8F0FA
Tones
Muted variations
1#316CB0
2#386CA9
3#3F6DA2
4#466D9B
5#4D6E94
6#546E8C
7#5B6F85
8#626F7E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC2 #9FC2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA2 #6EA2DE | Disabled statesSecondary iconsMuted text |
| 500 | 4487 #4487D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6B #2A6BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2156 #215691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183D #183D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #C9DCF3;
--steel-blue-300: #9FC2E9;
--steel-blue-400: #6EA2DE;
--steel-blue-500: #4487D5;
--steel-blue-600: #2A6BB7;
--steel-blue-700: #215691;
--steel-blue-800: #183D68;
--steel-blue-900: #0F2743;
--steel-blue-950: #09182A;
}