Steel Blue
#2A8FB7
BlueColor Codes
All color formats for development
HEX
#2A8FB7RGB
rgb(42, 143, 183)HSL
hsl(197, 63%, 44%)OKLCH
oklch(0.611 0.107 229.4)CMYK
cmyk(77%, 22%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2581A5
2#217292
3#1D6480
4#19566E
5#15475B
6#113949
7#0C2B37
8#081D25
9#040E12
Tints
Lighter variations
1#2FA1CE
2#45ACD5
3#5CB6DA
4#73C1DF
5#8BCBE5
6#A2D5EA
7#B9E0EF
8#D0EAF4
9#E8F5FA
Tones
Muted variations
1#318CB0
2#3889A9
3#3F86A2
4#46839B
5#4D8094
6#547C8C
7#5B7985
8#62767E
9#697377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD4 #9FD4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBE #6EBEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44AC #44ACD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8F #2A8FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2172 #217291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1851 #185168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #C9E7F3;
--steel-blue-300: #9FD4E9;
--steel-blue-400: #6EBEDE;
--steel-blue-500: #44ACD5;
--steel-blue-600: #2A8FB7;
--steel-blue-700: #217291;
--steel-blue-800: #185168;
--steel-blue-900: #0F3443;
--steel-blue-950: #09202A;
}