Steel Blue
#2F58B1
BlueColor Codes
All color formats for development
HEX
#2F58B1RGB
rgb(47, 88, 177)HSL
hsl(221, 58%, 44%)OKLCH
oklch(0.481 0.149 263.3)CMYK
cmyk(73%, 50%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A50A0
2#26478E
3#213E7C
4#1C356A
5#182C59
6#132347
7#0E1B35
8#091223
9#050912
Tints
Lighter variations
1#3564C8
2#4B74CF
3#6186D5
4#7897DB
5#8EA8E1
6#A5BAE7
7#BBCBED
8#D2DCF3
9#E8EEF9
Tones
Muted variations
1#365BAB
2#3C5DA4
3#435F9E
4#496297
5#506491
6#56678A
7#5D6984
8#636B7D
9#6A6E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3E9F8;
--steel-blue-200: #CBD7F1;
--steel-blue-300: #A2B8E6;
--steel-blue-400: #7293DA;
--steel-blue-500: #4A74CF;
--steel-blue-600: #2F58B1;
--steel-blue-700: #25468D;
--steel-blue-800: #1B3265;
--steel-blue-900: #112040;
--steel-blue-950: #0B1428;
}