Steel Blue
#488699
CyanColor Codes
All color formats for development
HEX
#488699RGB
rgb(72, 134, 153)HSL
hsl(194, 36%, 44%)OKLCH
oklch(0.586 0.07 220)CMYK
cmyk(53%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#417889
2#396B7A
3#325E6B
4#2B505C
5#24434C
6#1D353D
7#16282E
8#0E1B1F
9#070D0F
Tints
Lighter variations
1#5197AC
2#64A3B6
3#77AEBF
4#8ABAC8
5#9EC5D1
6#B1D1DA
7#C5DCE4
8#D8E8ED
9#ECF3F6
Tones
Muted variations
1#4C8495
2#508191
3#547F8C
4#587D88
5#5C7B84
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 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B7 #86B7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A2 #63A2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4886 #488699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396A #396A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294C #294C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | 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: #D2E4EA;
--steel-blue-300: #AFD0D9;
--steel-blue-400: #86B7C6;
--steel-blue-500: #63A2B6;
--steel-blue-600: #488699;
--steel-blue-700: #396A79;
--steel-blue-800: #294C57;
--steel-blue-900: #1A3137;
--steel-blue-950: #101E23;
}