Steel Blue
#2F6EB1
BlueColor Codes
All color formats for development
HEX
#2F6EB1RGB
rgb(47, 110, 177)HSL
hsl(211, 58%, 44%)OKLCH
oklch(0.531 0.124 252.4)CMYK
cmyk(73%, 38%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A63A0
2#26588E
3#214D7C
4#1C426A
5#183759
6#132C47
7#0E2135
8#091623
9#050B12
Tints
Lighter variations
1#357CC8
2#4B8BCF
3#6199D5
4#78A8DB
5#8EB6E1
6#A5C5E7
7#BBD3ED
8#D2E2F3
9#E8F0F9
Tones
Muted variations
1#366EAB
2#3C6EA4
3#436F9E
4#496F97
5#506F91
6#566F8A
7#5D7084
8#63707D
9#6A7077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C3 #A2C3E6 | BordersInactive statesPlaceholder text |
| 400 | 72A4 #72A4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8A #4A8ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6E #2F6EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2558 #25588D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3F #1B3F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1128 #112840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF8;
--steel-blue-200: #CBDDF1;
--steel-blue-300: #A2C3E6;
--steel-blue-400: #72A4DA;
--steel-blue-500: #4A8ACF;
--steel-blue-600: #2F6EB1;
--steel-blue-700: #25588D;
--steel-blue-800: #1B3F65;
--steel-blue-900: #112840;
--steel-blue-950: #0B1928;
}