Steel Blue
#2387BE
BlueColor Codes
All color formats for development
HEX
#2387BERGB
rgb(35, 135, 190)HSL
hsl(201, 69%, 44%)OKLCH
oklch(0.594 0.121 238.8)CMYK
cmyk(82%, 29%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7AAB
2#1C6C98
3#185F85
4#155172
5#11445F
6#0E364C
7#0A2939
8#071B26
9#030E13
Tints
Lighter variations
1#2799D6
2#3EA4DC
3#56B0E0
4#6EBBE4
5#86C6E9
6#9ED2ED
7#B7DDF2
8#CFE8F6
9#E7F4FB
Tones
Muted variations
1#2B85B6
2#3283AE
3#3A80A6
4#427E9F
5#497C97
6#51798F
7#597787
8#617580
9#687378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD0 #9CD0ED | BordersInactive statesPlaceholder text |
| 400 | 68B8 #68B8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA4 #3DA4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2387 #2387BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6C #1C6C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144D #144D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D31 #0D3145 | 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: #E1F1F9;
--steel-blue-200: #C7E5F5;
--steel-blue-300: #9CD0ED;
--steel-blue-400: #68B8E3;
--steel-blue-500: #3DA4DB;
--steel-blue-600: #2387BE;
--steel-blue-700: #1C6C97;
--steel-blue-800: #144D6C;
--steel-blue-900: #0D3145;
--steel-blue-950: #081F2B;
}