Steel Blue
#488299
BlueColor Codes
All color formats for development
HEX
#488299RGB
rgb(72, 130, 153)HSL
hsl(197, 36%, 44%)OKLCH
oklch(0.576 0.07 225.8)CMYK
cmyk(53%, 15%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#417589
2#39687A
3#325B6B
4#2B4E5C
5#24414C
6#1D343D
7#16272E
8#0E1A1F
9#070D0F
Tints
Lighter variations
1#5192AC
2#649FB6
3#77ABBF
4#8AB7C8
5#9EC3D1
6#B1CFDA
7#C5DBE4
8#D8E7ED
9#ECF3F6
Tones
Muted variations
1#4C8095
2#507E91
3#547C8C
4#587B88
5#5C7984
6#607780
7#64757C
8#687478
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCD #AFCDD9 | BordersInactive statesPlaceholder text |
| 400 | 86B4 #86B4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 639E #639EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4882 #488299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3967 #396779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F37 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F4;
--steel-blue-200: #D2E3EA;
--steel-blue-300: #AFCDD9;
--steel-blue-400: #86B4C6;
--steel-blue-500: #639EB6;
--steel-blue-600: #488299;
--steel-blue-700: #396779;
--steel-blue-800: #294A57;
--steel-blue-900: #1A2F37;
--steel-blue-950: #101D23;
}