Steel Blue
#2875B8
BlueColor Codes
All color formats for development
HEX
#2875B8RGB
rgb(40, 117, 184)HSL
hsl(208, 64%, 44%)OKLCH
oklch(0.549 0.128 248.9)CMYK
cmyk(78%, 36%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2469A6
2#205E93
3#1C5281
4#18466E
5#143A5C
6#102F4A
7#0C2337
8#081725
9#040C12
Tints
Lighter variations
1#2E84CF
2#4492D6
3#5B9FDB
4#72ADE0
5#8ABBE5
6#A1C8EA
7#B9D6F0
8#D0E4F5
9#E8F1FA
Tones
Muted variations
1#3075B1
2#3774AA
3#3E74A2
4#45739B
5#4C7394
6#53728D
7#5B7286
8#62717F
9#697177
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC7 #9FC7EA | BordersInactive statesPlaceholder text |
| 400 | 6DAA #6DAADF | Disabled statesSecondary iconsMuted text |
| 500 | 4391 #4391D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2875 #2875B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 205D #205D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1742 #174269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E2EEF9;
--steel-blue-200: #C9DFF3;
--steel-blue-300: #9FC7EA;
--steel-blue-400: #6DAADF;
--steel-blue-500: #4391D6;
--steel-blue-600: #2875B8;
--steel-blue-700: #205D92;
--steel-blue-800: #174269;
--steel-blue-900: #0F2B43;
--steel-blue-950: #091B2A;
}