Steel Blue
#2F75B1
BlueColor Codes
All color formats for development
HEX
#2F75B1RGB
rgb(47, 117, 177)HSL
hsl(208, 58%, 44%)OKLCH
oklch(0.547 0.117 247.8)CMYK
cmyk(73%, 34%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A69A0
2#265D8E
3#21527C
4#1C466A
5#183A59
6#132F47
7#0E2335
8#091723
9#050C12
Tints
Lighter variations
1#3583C8
2#4B91CF
3#619FD5
4#78ADDB
5#8EBAE1
6#A5C8E7
7#BBD6ED
8#D2E4F3
9#E8F1F9
Tones
Muted variations
1#3674AB
2#3C74A4
3#43739E
4#497397
5#507291
6#56728A
7#5D7284
8#63717D
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 | CBDF #CBDFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C7 #A2C7E6 | BordersInactive statesPlaceholder text |
| 400 | 72A9 #72A9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A91 #4A91CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F75 #2F75B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255D #255D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B42 #1B4265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | 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: #CBDFF1;
--steel-blue-300: #A2C7E6;
--steel-blue-400: #72A9DA;
--steel-blue-500: #4A91CF;
--steel-blue-600: #2F75B1;
--steel-blue-700: #255D8D;
--steel-blue-800: #1B4265;
--steel-blue-900: #112A40;
--steel-blue-950: #0B1A28;
}