Steel Blue
#2482BC
BlueColor Codes
All color formats for development
HEX
#2482BCRGB
rgb(36, 130, 188)HSL
hsl(203, 68%, 44%)OKLCH
oklch(0.581 0.122 241.4)CMYK
cmyk(81%, 31%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2075AA
2#1D6897
3#195B84
4#164E71
5#12415E
6#0E344B
7#0B2739
8#071A26
9#040D13
Tints
Lighter variations
1#2893D4
2#3F9FDA
3#57ABDF
4#6FB7E4
5#87C3E8
6#9FCFED
7#B7DBF1
8#CFE7F6
9#E7F3FA
Tones
Muted variations
1#2C80B5
2#337EAD
3#3B7DA6
4#427B9E
5#4A7996
6#52778F
7#597687
8#61747F
9#697278
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 | C7E3 #C7E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEEC | BordersInactive statesPlaceholder text |
| 400 | 69B4 #69B4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9E #3E9EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2482 #2482BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | 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: #C7E3F4;
--steel-blue-300: #9CCEEC;
--steel-blue-400: #69B4E2;
--steel-blue-500: #3E9EDA;
--steel-blue-600: #2482BC;
--steel-blue-700: #1D6796;
--steel-blue-800: #144A6B;
--steel-blue-900: #0D2F45;
--steel-blue-950: #081E2B;
}