Steel Blue
#2A8CB7
BlueColor Codes
All color formats for development
HEX
#2A8CB7RGB
rgb(42, 140, 183)HSL
hsl(198, 63%, 44%)OKLCH
oklch(0.604 0.109 232)CMYK
cmyk(77%, 23%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#257EA5
2#217092
3#1D6280
4#19546E
5#15465B
6#113849
7#0C2A37
8#081C25
9#040E12
Tints
Lighter variations
1#2F9ECE
2#45AAD5
3#5CB4DA
4#73BFDF
5#8BCAE5
6#A2D4EA
7#B9DFEF
8#D0EAF4
9#E8F4FA
Tones
Muted variations
1#318AB0
2#3887A9
3#3F84A2
4#46819B
5#4D7E94
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBC #6EBCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44A9 #44A9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8C #2A8CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2170 #217091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1850 #185068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | 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: #C9E6F3;
--steel-blue-300: #9FD3E9;
--steel-blue-400: #6EBCDE;
--steel-blue-500: #44A9D5;
--steel-blue-600: #2A8CB7;
--steel-blue-700: #217091;
--steel-blue-800: #185068;
--steel-blue-900: #0F3343;
--steel-blue-950: #09202A;
}