Steel Blue
#2F5BB1
BlueColor Codes
All color formats for development
HEX
#2F5BB1RGB
rgb(47, 91, 177)HSL
hsl(220, 58%, 44%)OKLCH
oklch(0.488 0.146 262.1)CMYK
cmyk(73%, 49%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A51A0
2#26488E
3#213F7C
4#1C366A
5#182D59
6#132447
7#0E1B35
8#091223
9#050912
Tints
Lighter variations
1#3566C8
2#4B77CF
3#6188D5
4#7899DB
5#8EAAE1
6#A5BBE7
7#BBCCED
8#D2DDF3
9#E8EEF9
Tones
Muted variations
1#365DAB
2#3C5FA4
3#43619E
4#496397
5#506591
6#56688A
7#5D6A84
8#636C7D
9#6A6E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E6 | BordersInactive statesPlaceholder text |
| 400 | 7294 #7294DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A76 #4A76CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5B #2F5BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B33 #1B3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF8;
--steel-blue-200: #CBD7F1;
--steel-blue-300: #A2B9E6;
--steel-blue-400: #7294DA;
--steel-blue-500: #4A76CF;
--steel-blue-600: #2F5BB1;
--steel-blue-700: #25488D;
--steel-blue-800: #1B3365;
--steel-blue-900: #112140;
--steel-blue-950: #0B1528;
}