Steel Blue
#487799
BlueColor Codes
All color formats for development
HEX
#487799RGB
rgb(72, 119, 153)HSL
hsl(205, 36%, 44%)OKLCH
oklch(0.55 0.074 241.3)CMYK
cmyk(53%, 22%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#416B89
2#395F7A
3#32536B
4#2B475C
5#243B4C
6#1D303D
7#16242E
8#0E181F
9#070C0F
Tints
Lighter variations
1#5186AC
2#6494B6
3#77A1BF
4#8AAEC8
5#9EBCD1
6#B1C9DA
7#C5D7E4
8#D8E4ED
9#ECF2F6
Tones
Muted variations
1#4C7695
2#507691
3#54758C
4#587488
5#5C7484
6#607380
7#64727C
8#687278
9#6C7174
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC8 #AFC8D9 | BordersInactive statesPlaceholder text |
| 400 | 86AB #86ABC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6393 #6393B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4877 #487799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 395F #395F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2E0EA;
--steel-blue-300: #AFC8D9;
--steel-blue-400: #86ABC6;
--steel-blue-500: #6393B6;
--steel-blue-600: #487799;
--steel-blue-700: #395F79;
--steel-blue-800: #294457;
--steel-blue-900: #1A2B37;
--steel-blue-950: #101B23;
}