Steel Blue
#2475BC
BlueColor Codes
All color formats for development
HEX
#2475BCRGB
rgb(36, 117, 188)HSL
hsl(208, 68%, 44%)OKLCH
oklch(0.55 0.134 249.5)CMYK
cmyk(81%, 38%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#206AAA
2#1D5E97
3#195284
4#164671
5#123B5E
6#0E2F4B
7#0B2339
8#071726
9#040C13
Tints
Lighter variations
1#2884D4
2#3F92DA
3#57A0DF
4#6FADE4
5#87BBE8
6#9FC8ED
7#B7D6F1
8#CFE4F6
9#E7F1FA
Tones
Muted variations
1#2C75B5
2#3374AD
3#3B74A6
4#42739E
5#4A7396
6#52728F
7#597287
8#61717F
9#697178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC7 #9CC7EC | BordersInactive statesPlaceholder text |
| 400 | 69AA #69AAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E91 #3E91DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2475 #2475BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5D #1D5D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1443 #14436B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2B #0D2B45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EEF9;
--steel-blue-200: #C7DFF4;
--steel-blue-300: #9CC7EC;
--steel-blue-400: #69AAE2;
--steel-blue-500: #3E91DA;
--steel-blue-600: #2475BC;
--steel-blue-700: #1D5D96;
--steel-blue-800: #14436B;
--steel-blue-900: #0D2B45;
--steel-blue-950: #081B2B;
}