Steel Blue
#2A88B7
BlueColor Codes
All color formats for development
HEX
#2A88B7RGB
rgb(42, 136, 183)HSL
hsl(200, 63%, 44%)OKLCH
oklch(0.594 0.111 235.3)CMYK
cmyk(77%, 26%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#257AA5
2#216D92
3#1D5F80
4#19516E
5#15445B
6#113649
7#0C2937
8#081B25
9#040E12
Tints
Lighter variations
1#2F99CE
2#45A5D5
3#5CB0DA
4#73BBDF
5#8BC7E5
6#A2D2EA
7#B9DDEF
8#D0E8F4
9#E8F4FA
Tones
Muted variations
1#3185B0
2#3883A9
3#3F81A2
4#467E9B
5#4D7C94
6#547A8C
7#5B7785
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 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1E9 | BordersInactive statesPlaceholder text |
| 400 | 6EB8 #6EB8DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A4 #44A4D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A88 #2A88B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216C #216C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184D #184D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | 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: #C9E5F3;
--steel-blue-300: #9FD1E9;
--steel-blue-400: #6EB8DE;
--steel-blue-500: #44A4D5;
--steel-blue-600: #2A88B7;
--steel-blue-700: #216C91;
--steel-blue-800: #184D68;
--steel-blue-900: #0F3143;
--steel-blue-950: #091F2A;
}