Steel Blue
#2F61B1
BlueColor Codes
All color formats for development
HEX
#2F61B1RGB
rgb(47, 97, 177)HSL
hsl(217, 58%, 44%)OKLCH
oklch(0.501 0.138 259.5)CMYK
cmyk(73%, 45%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A57A0
2#264E8E
3#21447C
4#1C3A6A
5#183159
6#132747
7#0E1D35
8#091323
9#050A12
Tints
Lighter variations
1#356DC8
2#4B7DCF
3#618ED5
4#789EDB
5#8EAEE1
6#A5BEE7
7#BBCEED
8#D2DFF3
9#E8EFF9
Tones
Muted variations
1#3663AB
2#3C64A4
3#43669E
4#496797
5#506991
6#566A8A
7#5D6C84
8#636D7D
9#6A6F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE6 | BordersInactive statesPlaceholder text |
| 400 | 729A #729ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7D #4A7DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F61 #2F61B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B37 #1B3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EBF8;
--steel-blue-200: #CBD9F1;
--steel-blue-300: #A2BCE6;
--steel-blue-400: #729ADA;
--steel-blue-500: #4A7DCF;
--steel-blue-600: #2F61B1;
--steel-blue-700: #254D8D;
--steel-blue-800: #1B3765;
--steel-blue-900: #112340;
--steel-blue-950: #0B1628;
}