Steel Blue
#2F6AB1
BlueColor Codes
All color formats for development
HEX
#2F6AB1RGB
rgb(47, 106, 177)HSL
hsl(213, 58%, 44%)OKLCH
oklch(0.521 0.128 254.8)CMYK
cmyk(73%, 40%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5FA0
2#26558E
3#214A7C
4#1C3F6A
5#183559
6#132A47
7#0E2035
8#091523
9#050B12
Tints
Lighter variations
1#3577C8
2#4B86CF
3#6195D5
4#78A4DB
5#8EB3E1
6#A5C3E7
7#BBD2ED
8#D2E1F3
9#E8F0F9
Tones
Muted variations
1#366AAB
2#3C6BA4
3#436C9E
4#496C97
5#506D91
6#566E8A
7#5D6E84
8#636F7D
9#6A7077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C1 #A2C1E6 | BordersInactive statesPlaceholder text |
| 400 | 72A1 #72A1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A86 #4A86CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6A #2F6AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2554 #25548D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3C #1B3C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF8;
--steel-blue-200: #CBDCF1;
--steel-blue-300: #A2C1E6;
--steel-blue-400: #72A1DA;
--steel-blue-500: #4A86CF;
--steel-blue-600: #2F6AB1;
--steel-blue-700: #25548D;
--steel-blue-800: #1B3C65;
--steel-blue-900: #112640;
--steel-blue-950: #0B1828;
}