Steel Blue
#2D82B4
BlueColor Codes
All color formats for development
HEX
#2D82B4RGB
rgb(45, 130, 180)HSL
hsl(202, 60%, 44%)OKLCH
oklch(0.579 0.111 239)CMYK
cmyk(75%, 28%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2875A2
2#246890
3#1F5B7E
4#1B4E6C
5#16415A
6#123448
7#0D2736
8#091A24
9#040D12
Tints
Lighter variations
1#3393CA
2#489FD1
3#5FABD7
4#76B7DD
5#8DC3E2
6#A4CFE8
7#BADBEE
8#D1E7F4
9#E8F3F9
Tones
Muted variations
1#3480AD
2#3A7FA6
3#417D9F
4#487B99
5#4F7992
6#55778B
7#5C7684
8#63747E
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 70B4 #70B4DB | Disabled statesSecondary iconsMuted text |
| 500 | 479F #479FD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D82 #2D82B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2468 #24688F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F0F8;
--steel-blue-200: #CAE3F2;
--steel-blue-300: #A1CEE8;
--steel-blue-400: #70B4DB;
--steel-blue-500: #479FD1;
--steel-blue-600: #2D82B4;
--steel-blue-700: #24688F;
--steel-blue-800: #1A4A66;
--steel-blue-900: #102F41;
--steel-blue-950: #0A1E29;
}