Steel Blue
#2F77B1
BlueColor Codes
All color formats for development
HEX
#2F77B1RGB
rgb(47, 119, 177)HSL
hsl(207, 58%, 44%)OKLCH
oklch(0.552 0.115 246.4)CMYK
cmyk(73%, 33%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A6BA0
2#265F8E
3#21537C
4#1C476A
5#183B59
6#132F47
7#0E2435
8#091823
9#050C12
Tints
Lighter variations
1#3586C8
2#4B93CF
3#61A1D5
4#78AEDB
5#8EBCE1
6#A5C9E7
7#BBD7ED
8#D2E4F3
9#E8F2F9
Tones
Muted variations
1#3676AB
2#3C75A4
3#43759E
4#497497
5#507391
6#56738A
7#5D7284
8#63727D
9#6A7177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E6 | BordersInactive statesPlaceholder text |
| 400 | 72AB #72ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A93 #4A93CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F77 #2F77B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255E #255E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B43 #1B4365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF8;
--steel-blue-200: #CBE0F1;
--steel-blue-300: #A2C8E6;
--steel-blue-400: #72ABDA;
--steel-blue-500: #4A93CF;
--steel-blue-600: #2F77B1;
--steel-blue-700: #255E8D;
--steel-blue-800: #1B4365;
--steel-blue-900: #112B40;
--steel-blue-950: #0B1B28;
}