Steel Blue
#2D5AB4
BlueColor Codes
All color formats for development
HEX
#2D5AB4RGB
rgb(45, 90, 180)HSL
hsl(220, 60%, 44%)OKLCH
oklch(0.487 0.152 262.3)CMYK
cmyk(75%, 50%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2851A2
2#244890
3#1F3F7E
4#1B366C
5#162D5A
6#122448
7#0D1B36
8#091224
9#040912
Tints
Lighter variations
1#3365CA
2#4876D1
3#5F87D7
4#7698DD
5#8DA9E2
6#A4BAE8
7#BACCEE
8#D1DDF4
9#E8EEF9
Tones
Muted variations
1#345CAD
2#3A5EA6
3#41609F
4#486399
5#4F6592
6#55678B
7#5C6984
8#636C7E
9#696E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B9 #A1B9E8 | BordersInactive statesPlaceholder text |
| 400 | 7094 #7094DB | Disabled statesSecondary iconsMuted text |
| 500 | 4775 #4775D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5A #2D5AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2447 #24478F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3366 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EAF8;
--steel-blue-200: #CAD7F2;
--steel-blue-300: #A1B9E8;
--steel-blue-400: #7094DB;
--steel-blue-500: #4775D1;
--steel-blue-600: #2D5AB4;
--steel-blue-700: #24478F;
--steel-blue-800: #1A3366;
--steel-blue-900: #102141;
--steel-blue-950: #0A1429;
}