Steel Blue
#2185C0
BlueColor Codes
All color formats for development
HEX
#2185C0RGB
rgb(33, 133, 192)HSL
hsl(202, 71%, 44%)OKLCH
oklch(0.59 0.125 240.8)CMYK
cmyk(83%, 31%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D78AD
2#1A6B99
3#175D86
4#145073
5#104360
6#0D354D
7#0A283A
8#071B26
9#030D13
Tints
Lighter variations
1#2596D8
2#3CA2DE
3#54AEE2
4#6CBAE6
5#85C5EA
6#9DD1EE
7#B6DCF3
8#CEE8F7
9#E7F3FB
Tones
Muted variations
1#2983B8
2#3081B0
3#387FA8
4#407DA0
5#487B98
6#507990
7#587788
8#607480
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E4 #C6E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFEE | BordersInactive statesPlaceholder text |
| 400 | 66B7 #66B7E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA2 #3BA2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2185 #2185C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6A #1A6A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124C #124C6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F1FA;
--steel-blue-200: #C6E4F5;
--steel-blue-300: #9BCFEE;
--steel-blue-400: #66B7E5;
--steel-blue-500: #3BA2DE;
--steel-blue-600: #2185C0;
--steel-blue-700: #1A6A99;
--steel-blue-800: #124C6D;
--steel-blue-900: #0C3146;
--steel-blue-950: #071E2C;
}