Steel Blue
#2385BE
BlueColor Codes
All color formats for development
HEX
#2385BERGB
rgb(35, 133, 190)HSL
hsl(202, 69%, 44%)OKLCH
oklch(0.589 0.123 240.2)CMYK
cmyk(82%, 30%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F78AB
2#1C6A98
3#185D85
4#155072
5#11425F
6#0E354C
7#0A2839
8#071B26
9#030D13
Tints
Lighter variations
1#2796D6
2#3EA2DC
3#56ADE0
4#6EB9E4
5#86C5E9
6#9ED0ED
7#B7DCF2
8#CFE8F6
9#E7F3FB
Tones
Muted variations
1#2B83B6
2#3281AE
3#3A7FA6
4#427D9F
5#497B97
6#51788F
7#597687
8#617480
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCF #9CCFED | BordersInactive statesPlaceholder text |
| 400 | 68B6 #68B6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA1 #3DA1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2385 #2385BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6A #1C6A97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144B #144B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C7E4F5;
--steel-blue-300: #9CCFED;
--steel-blue-400: #68B6E3;
--steel-blue-500: #3DA1DB;
--steel-blue-600: #2385BE;
--steel-blue-700: #1C6A97;
--steel-blue-800: #144B6C;
--steel-blue-900: #0D3045;
--steel-blue-950: #081E2B;
}