Steel Blue
#2D69B4
BlueColor Codes
All color formats for development
HEX
#2D69B4RGB
rgb(45, 105, 180)HSL
hsl(213, 60%, 44%)OKLCH
oklch(0.52 0.134 255.6)CMYK
cmyk(75%, 42%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#285FA2
2#245490
3#1F4A7E
4#1B3F6C
5#16355A
6#122A48
7#0D2036
8#091524
9#040B12
Tints
Lighter variations
1#3377CA
2#4886D1
3#5F95D7
4#76A4DD
5#8DB3E2
6#A4C2E8
7#BAD2EE
8#D1E1F4
9#E8F0F9
Tones
Muted variations
1#346AAD
2#3A6BA6
3#416B9F
4#486C99
5#4F6D92
6#556E8B
7#5C6E84
8#636F7E
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 70A0 #70A0DB | Disabled statesSecondary iconsMuted text |
| 500 | 4785 #4785D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D69 #2D69B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2454 #24548F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADCF2;
--steel-blue-300: #A1C1E8;
--steel-blue-400: #70A0DB;
--steel-blue-500: #4785D1;
--steel-blue-600: #2D69B4;
--steel-blue-700: #24548F;
--steel-blue-800: #1A3C66;
--steel-blue-900: #102641;
--steel-blue-950: #0A1829;
}