Steel Blue
#2A94B7
BlueColor Codes
All color formats for development
HEX
#2A94B7RGB
rgb(42, 148, 183)HSL
hsl(195, 63%, 44%)OKLCH
oklch(0.623 0.106 225)CMYK
cmyk(77%, 19%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2585A5
2#217692
3#1D6780
4#19596E
5#154A5B
6#113B49
7#0C2C37
8#081E25
9#040F12
Tints
Lighter variations
1#2FA6CE
2#45B1D5
3#5CBBDA
4#73C4DF
5#8BCEE5
6#A2D8EA
7#B9E2EF
8#D0EBF4
9#E8F5FA
Tones
Muted variations
1#3190B0
2#388CA9
3#3F89A2
4#46859B
5#4D8294
6#547E8C
7#5B7B85
8#62777E
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC2 #6EC2DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B0 #44B0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A94 #2A94B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2175 #217591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1854 #185468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F3F8;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD7E9;
--steel-blue-400: #6EC2DE;
--steel-blue-500: #44B0D5;
--steel-blue-600: #2A94B7;
--steel-blue-700: #217591;
--steel-blue-800: #185468;
--steel-blue-900: #0F3643;
--steel-blue-950: #09222A;
}