Steel Blue
#2A70B7
BlueColor Codes
All color formats for development
HEX
#2A70B7RGB
rgb(42, 112, 183)HSL
hsl(210, 63%, 44%)OKLCH
oklch(0.537 0.131 251.9)CMYK
cmyk(77%, 39%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2565A5
2#215A92
3#1D4F80
4#19436E
5#15385B
6#112D49
7#0C2237
8#081625
9#040B12
Tints
Lighter variations
1#2F7ECE
2#458DD5
3#5C9BDA
4#73A9DF
5#8BB8E5
6#A2C6EA
7#B9D4EF
8#D0E2F4
9#E8F1FA
Tones
Muted variations
1#3170B0
2#3870A9
3#3F70A2
4#46709B
5#4D7094
6#54708C
7#5B7085
8#62707E
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 | C9DE #C9DEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC4 #9FC4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA6 #6EA6DE | Disabled statesSecondary iconsMuted text |
| 500 | 448C #448CD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A70 #2A70B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2159 #215991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1840 #184068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F29 #0F2943 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | 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: #C9DEF3;
--steel-blue-300: #9FC4E9;
--steel-blue-400: #6EA6DE;
--steel-blue-500: #448CD5;
--steel-blue-600: #2A70B7;
--steel-blue-700: #215991;
--steel-blue-800: #184068;
--steel-blue-900: #0F2943;
--steel-blue-950: #091A2A;
}