Steel Blue
#2894B8
BlueColor Codes
All color formats for development
HEX
#2894B8RGB
rgb(40, 148, 184)HSL
hsl(195, 64%, 44%)OKLCH
oklch(0.623 0.107 225.5)CMYK
cmyk(78%, 20%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2485A6
2#207693
3#1C6881
4#18596E
5#144A5C
6#103B4A
7#0C2C37
8#081E25
9#040F12
Tints
Lighter variations
1#2EA7CF
2#44B1D6
3#5BBBDB
4#72C5E0
5#8ACEE5
6#A1D8EA
7#B9E2F0
8#D0ECF5
9#E8F5FA
Tones
Muted variations
1#3091B1
2#378DAA
3#3E89A2
4#45869B
5#4C8294
6#537F8D
7#5B7B86
8#62777F
9#697477
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7EA | BordersInactive statesPlaceholder text |
| 400 | 6DC2 #6DC2DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B1 #43B1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2894 #2894B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2076 #207692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1754 #175469 | 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: #F2FAFC;
--steel-blue-100: #E2F3F9;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD7EA;
--steel-blue-400: #6DC2DF;
--steel-blue-500: #43B1D6;
--steel-blue-600: #2894B8;
--steel-blue-700: #207692;
--steel-blue-800: #175469;
--steel-blue-900: #0F3643;
--steel-blue-950: #09222A;
}