Steel Blue
#2E82B2
BlueColor Codes
All color formats for development
HEX
#2E82B2RGB
rgb(46, 130, 178)HSL
hsl(202, 59%, 44%)OKLCH
oklch(0.578 0.108 238.1)CMYK
cmyk(74%, 27%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2975A1
2#25688F
3#205B7D
4#1C4E6B
5#174159
6#123447
7#0E2736
8#091A24
9#050D12
Tints
Lighter variations
1#3492C9
2#499FD0
3#60ABD6
4#77B7DC
5#8DC3E2
6#A4CFE8
7#BBDBED
8#D2E7F3
9#E8F3F9
Tones
Muted variations
1#3580AC
2#3B7EA5
3#427D9F
4#487B98
5#4F7991
6#56778B
7#5C7584
8#63747D
9#6A7277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CE #A2CEE7 | BordersInactive statesPlaceholder text |
| 400 | 71B4 #71B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 499E #499ED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E82 #2E82B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F41 | 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: #E3F0F8;
--steel-blue-200: #CAE3F1;
--steel-blue-300: #A2CEE7;
--steel-blue-400: #71B4DA;
--steel-blue-500: #499ED0;
--steel-blue-600: #2E82B2;
--steel-blue-700: #25678E;
--steel-blue-800: #1A4A65;
--steel-blue-900: #112F41;
--steel-blue-950: #0A1E29;
}