Steel Blue
#2288BF
BlueColor Codes
All color formats for development
HEX
#2288BFRGB
rgb(34, 136, 191)HSL
hsl(201, 70%, 44%)OKLCH
oklch(0.597 0.122 238.4)CMYK
cmyk(82%, 29%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7AAC
2#1B6D99
3#185F86
4#145172
5#11445F
6#0D364C
7#0A2939
8#071B26
9#030E13
Tints
Lighter variations
1#2699D7
2#3DA5DD
3#55B0E1
4#6DBBE5
5#86C7EA
6#9ED2EE
7#B6DDF2
8#CEE8F6
9#E7F4FB
Tones
Muted variations
1#2A85B7
2#3183AF
3#3981A7
4#417E9F
5#497C97
6#517A90
7#597788
8#607580
9#687378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD1 #9BD1ED | BordersInactive statesPlaceholder text |
| 400 | 67B8 #67B8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA4 #3CA4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2288 #2288BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6C #1B6C98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134D #134D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3145 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F1FA;
--steel-blue-200: #C7E5F5;
--steel-blue-300: #9BD1ED;
--steel-blue-400: #67B8E4;
--steel-blue-500: #3CA4DD;
--steel-blue-600: #2288BF;
--steel-blue-700: #1B6C98;
--steel-blue-800: #134D6C;
--steel-blue-900: #0C3145;
--steel-blue-950: #081F2B;
}