Steel Blue
#2A7CB7
BlueColor Codes
All color formats for development
HEX
#2A7CB7RGB
rgb(42, 124, 183)HSL
hsl(205, 63%, 44%)OKLCH
oklch(0.566 0.12 244.4)CMYK
cmyk(77%, 32%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2570A5
2#216392
3#1D5780
4#194A6E
5#153E5B
6#113249
7#0C2537
8#081925
9#040C12
Tints
Lighter variations
1#2F8CCE
2#4599D5
3#5CA6DA
4#73B2DF
5#8BBFE5
6#A2CCEA
7#B9D9EF
8#D0E5F4
9#E8F2FA
Tones
Muted variations
1#317BB0
2#387AA9
3#3F78A2
4#46779B
5#4D7694
6#54758C
7#5B7485
8#62737E
9#697177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EAF #6EAFDE | Disabled statesSecondary iconsMuted text |
| 500 | 4498 #4498D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7C #2A7CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2163 #216391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1846 #184668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #C9E1F3;
--steel-blue-300: #9FCBE9;
--steel-blue-400: #6EAFDE;
--steel-blue-500: #4498D5;
--steel-blue-600: #2A7CB7;
--steel-blue-700: #216391;
--steel-blue-800: #184668;
--steel-blue-900: #0F2D43;
--steel-blue-950: #091C2A;
}