Steel Blue
#2E8DB2
BlueColor Codes
All color formats for development
HEX
#2E8DB2RGB
rgb(46, 141, 178)HSL
hsl(197, 59%, 44%)OKLCH
oklch(0.605 0.102 228.4)CMYK
cmyk(74%, 21%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#297FA1
2#25718F
3#20637D
4#1C556B
5#174659
6#123847
7#0E2A36
8#091C24
9#050E12
Tints
Lighter variations
1#349FC9
2#49AAD0
3#60B5D6
4#77BFDC
5#8DCAE2
6#A4D4E8
7#BBDFED
8#D2EAF3
9#E8F4F9
Tones
Muted variations
1#358AAC
2#3B87A5
3#42849F
4#488198
5#4F7F91
6#567C8B
7#5C7984
8#63767D
9#6A7377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E7 | BordersInactive statesPlaceholder text |
| 400 | 71BD #71BDDA | Disabled statesSecondary iconsMuted text |
| 500 | 49AA #49AAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E8D #2E8DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F8;
--steel-blue-200: #CAE6F1;
--steel-blue-300: #A2D3E7;
--steel-blue-400: #71BDDA;
--steel-blue-500: #49AAD0;
--steel-blue-600: #2E8DB2;
--steel-blue-700: #25708E;
--steel-blue-800: #1A5065;
--steel-blue-900: #113341;
--steel-blue-950: #0A2029;
}