Steel Blue
#2D6EB4
BlueColor Codes
All color formats for development
HEX
#2D6EB4RGB
rgb(45, 110, 180)HSL
hsl(211, 60%, 44%)OKLCH
oklch(0.532 0.128 252.8)CMYK
cmyk(75%, 39%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2863A2
2#245890
3#1F4D7E
4#1B426C
5#16375A
6#122C48
7#0D2136
8#091624
9#040B12
Tints
Lighter variations
1#337CCA
2#488AD1
3#5F99D7
4#76A8DD
5#8DB6E2
6#A4C5E8
7#BAD3EE
8#D1E2F4
9#E8F0F9
Tones
Muted variations
1#346EAD
2#3A6EA6
3#416F9F
4#486F99
5#4F6F92
6#556F8B
7#5C7084
8#63707E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 70A4 #70A4DB | Disabled statesSecondary iconsMuted text |
| 500 | 478A #478AD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D6E #2D6EB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2457 #24578F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3E #1A3E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2EDF8;
--steel-blue-200: #CADDF2;
--steel-blue-300: #A1C3E8;
--steel-blue-400: #70A4DB;
--steel-blue-500: #478AD1;
--steel-blue-600: #2D6EB4;
--steel-blue-700: #24578F;
--steel-blue-800: #1A3E66;
--steel-blue-900: #102841;
--steel-blue-950: #0A1929;
}