Steel Blue
#2A8AB7
BlueColor Codes
All color formats for development
HEX
#2A8AB7RGB
rgb(42, 138, 183)HSL
hsl(199, 63%, 44%)OKLCH
oklch(0.599 0.11 233.7)CMYK
cmyk(77%, 25%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#257CA5
2#216E92
3#1D6180
4#19536E
5#15455B
6#113749
7#0C2937
8#081C25
9#040E12
Tints
Lighter variations
1#2F9CCE
2#45A7D5
3#5CB2DA
4#73BDDF
5#8BC8E5
6#A2D3EA
7#B9DEEF
8#D0E9F4
9#E8F4FA
Tones
Muted variations
1#3188B0
2#3885A9
3#3F82A2
4#46809B
5#4D7D94
6#547B8C
7#5B7885
8#62757E
9#697377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD2 #9FD2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBA #6EBADE | Disabled statesSecondary iconsMuted text |
| 500 | 44A7 #44A7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8A #2A8AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216E #216E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184E #184E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F1F8;
--steel-blue-200: #C9E6F3;
--steel-blue-300: #9FD2E9;
--steel-blue-400: #6EBADE;
--steel-blue-500: #44A7D5;
--steel-blue-600: #2A8AB7;
--steel-blue-700: #216E91;
--steel-blue-800: #184E68;
--steel-blue-900: #0F3243;
--steel-blue-950: #091F2A;
}