Steel Blue
#2F6CB1
BlueColor Codes
All color formats for development
HEX
#2F6CB1RGB
rgb(47, 108, 177)HSL
hsl(212, 58%, 44%)OKLCH
oklch(0.526 0.126 253.6)CMYK
cmyk(73%, 39%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A61A0
2#26568E
3#214C7C
4#1C416A
5#183659
6#132B47
7#0E2035
8#091623
9#050B12
Tints
Lighter variations
1#357AC8
2#4B88CF
3#6197D5
4#78A6DB
5#8EB5E1
6#A5C4E7
7#BBD3ED
8#D2E1F3
9#E8F0F9
Tones
Muted variations
1#366CAB
2#3C6DA4
3#436D9E
4#496E97
5#506E91
6#566E8A
7#5D6F84
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 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E6 | BordersInactive statesPlaceholder text |
| 400 | 72A2 #72A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A88 #4A88CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6C #2F6CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3D #1B3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112740 | 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: #E3ECF8;
--steel-blue-200: #CBDDF1;
--steel-blue-300: #A2C2E6;
--steel-blue-400: #72A2DA;
--steel-blue-500: #4A88CF;
--steel-blue-600: #2F6CB1;
--steel-blue-700: #25568D;
--steel-blue-800: #1B3D65;
--steel-blue-900: #112740;
--steel-blue-950: #0B1928;
}