Steel Blue
#2582BB
BlueColor Codes
All color formats for development
HEX
#2582BBRGB
rgb(37, 130, 187)HSL
hsl(203, 67%, 44%)OKLCH
oklch(0.581 0.121 241.1)CMYK
cmyk(80%, 30%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2175A9
2#1E6896
3#1A5B83
4#164E70
5#13415E
6#0F344B
7#0B2738
8#071A25
9#040D13
Tints
Lighter variations
1#2A92D3
2#409FD9
3#58ABDE
4#70B7E3
5#88C3E7
6#A0CFEC
7#B7DBF1
8#CFE7F6
9#E7F3FA
Tones
Muted variations
1#2D80B4
2#347EAC
3#3C7CA5
4#437B9D
5#4B7996
6#52778E
7#5A7587
8#61747F
9#697278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCE #9DCEEC | BordersInactive statesPlaceholder text |
| 400 | 6AB4 #6AB4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F9E #3F9ED9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2582 #2582BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154A #154A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C8E3F4;
--steel-blue-300: #9DCEEC;
--steel-blue-400: #6AB4E2;
--steel-blue-500: #3F9ED9;
--steel-blue-600: #2582BB;
--steel-blue-700: #1D6795;
--steel-blue-800: #154A6A;
--steel-blue-900: #0D2F44;
--steel-blue-950: #081D2B;
}