Steel Blue
#2A69B7
BlueColor Codes
All color formats for development
HEX
#2A69B7RGB
rgb(42, 105, 183)HSL
hsl(213, 63%, 44%)OKLCH
oklch(0.521 0.139 255.6)CMYK
cmyk(77%, 43%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#255FA5
2#215492
3#1D4A80
4#193F6E
5#15355B
6#112A49
7#0C2037
8#081525
9#040B12
Tints
Lighter variations
1#2F77CE
2#4586D5
3#5C95DA
4#73A4DF
5#8BB3E5
6#A2C2EA
7#B9D1EF
8#D0E1F4
9#E8F0FA
Tones
Muted variations
1#316AB0
2#386BA9
3#3F6BA2
4#466C9B
5#4D6D94
6#546D8C
7#5B6E85
8#626F7E
9#696F77
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 | 9FC1 #9FC1E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA0 #6EA0DE | Disabled statesSecondary iconsMuted text |
| 500 | 4485 #4485D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A69 #2A69B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2154 #215491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183C #183C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | 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: #9FC1E9;
--steel-blue-400: #6EA0DE;
--steel-blue-500: #4485D5;
--steel-blue-600: #2A69B7;
--steel-blue-700: #215491;
--steel-blue-800: #183C68;
--steel-blue-900: #0F2643;
--steel-blue-950: #09182A;
}