Steel Blue
#488899
CyanColor Codes
All color formats for development
HEX
#488899RGB
rgb(72, 136, 153)HSL
hsl(193, 36%, 44%)OKLCH
oklch(0.591 0.07 217.2)CMYK
cmyk(53%, 11%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#417A89
2#396C7A
3#325F6B
4#2B515C
5#24444C
6#1D363D
7#16292E
8#0E1B1F
9#070E0F
Tints
Lighter variations
1#5198AC
2#64A4B6
3#77AFBF
4#8ABBC8
5#9EC6D1
6#B1D2DA
7#C5DDE4
8#D8E8ED
9#ECF4F6
Tones
Muted variations
1#4C8595
2#508391
3#54808C
4#587E88
5#5C7C84
6#607980
7#64777C
8#687578
9#6C7274
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 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B8 #86B8C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A4 #63A4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4887 #488799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396B #396B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294D #294D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | 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: #AFD0D9;
--steel-blue-400: #86B8C6;
--steel-blue-500: #63A4B6;
--steel-blue-600: #488799;
--steel-blue-700: #396B79;
--steel-blue-800: #294D57;
--steel-blue-900: #1A3137;
--steel-blue-950: #101F23;
}