Steel Blue
#488A99
CyanColor Codes
All color formats for development
HEX
#488A99RGB
rgb(72, 138, 153)HSL
hsl(191, 36%, 44%)OKLCH
oklch(0.596 0.071 214.3)CMYK
cmyk(53%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#417C89
2#396E7A
3#32606B
4#2B535C
5#24454C
6#1D373D
7#16292E
8#0E1C1F
9#070E0F
Tints
Lighter variations
1#519BAC
2#64A7B6
3#77B2BF
4#8ABDC8
5#9EC8D1
6#B1D3DA
7#C5DEE4
8#D8E9ED
9#ECF4F6
Tones
Muted variations
1#4C8795
2#508591
3#54828C
4#588088
5#5C7D84
6#607A80
7#64787C
8#687578
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD2 #AFD2D9 | BordersInactive statesPlaceholder text |
| 400 | 86BA #86BAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A6 #63A6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488A #488A99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396E #396E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294E #294E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A32 #1A3237 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F1F4;
--steel-blue-200: #D2E5EA;
--steel-blue-300: #AFD2D9;
--steel-blue-400: #86BAC6;
--steel-blue-500: #63A6B6;
--steel-blue-600: #488A99;
--steel-blue-700: #396E79;
--steel-blue-800: #294E57;
--steel-blue-900: #1A3237;
--steel-blue-950: #101F23;
}