Steel Blue
#2E84B2
BlueColor Codes
All color formats for development
HEX
#2E84B2RGB
rgb(46, 132, 178)HSL
hsl(201, 59%, 44%)OKLCH
oklch(0.583 0.107 236.4)CMYK
cmyk(74%, 26%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2977A1
2#256A8F
3#205C7D
4#1C4F6B
5#174259
6#123547
7#0E2836
8#091A24
9#050D12
Tints
Lighter variations
1#3495C9
2#49A1D0
3#60ADD6
4#77B8DC
5#8DC4E2
6#A4D0E8
7#BBDCED
8#D2E7F3
9#E8F3F9
Tones
Muted variations
1#3582AC
2#3B80A5
3#427E9F
4#487C98
5#4F7A91
6#56788B
7#5C7684
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 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | 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: #CAE4F1;
--steel-blue-300: #A2CFE7;
--steel-blue-400: #71B6DA;
--steel-blue-500: #49A1D0;
--steel-blue-600: #2E84B2;
--steel-blue-700: #25698E;
--steel-blue-800: #1A4B65;
--steel-blue-900: #113041;
--steel-blue-950: #0A1E29;
}