Steel Blue
#2869B8
BlueColor Codes
All color formats for development
HEX
#2869B8RGB
rgb(40, 105, 184)HSL
hsl(213, 64%, 44%)OKLCH
oklch(0.521 0.141 255.4)CMYK
cmyk(78%, 43%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#245FA6
2#205493
3#1C4A81
4#183F6E
5#14355C
6#102A4A
7#0C2037
8#081525
9#040B12
Tints
Lighter variations
1#2E76CF
2#4485D6
3#5B95DB
4#72A4E0
5#8AB3E5
6#A1C2EA
7#B9D1F0
8#D0E1F5
9#E8F0FA
Tones
Muted variations
1#306AB1
2#376AAA
3#3E6BA2
4#456C9B
5#4C6D94
6#536D8D
7#5B6E86
8#626F7F
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC1 #9FC1EA | BordersInactive statesPlaceholder text |
| 400 | 6DA0 #6DA0DF | Disabled statesSecondary iconsMuted text |
| 500 | 4385 #4385D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2869 #2869B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2054 #205492 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173C #173C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F26 #0F2643 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E2ECF9;
--steel-blue-200: #C9DCF3;
--steel-blue-300: #9FC1EA;
--steel-blue-400: #6DA0DF;
--steel-blue-500: #4385D6;
--steel-blue-600: #2869B8;
--steel-blue-700: #205492;
--steel-blue-800: #173C69;
--steel-blue-900: #0F2643;
--steel-blue-950: #09182A;
}