Steel Blue
#63A0B6
BlueColor Codes
All color formats for development
HEX
#63A0B6RGB
rgb(99, 160, 182)HSL
hsl(196, 36%, 55%)OKLCH
oklch(0.673 0.071 223)CMYK
cmyk(46%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5193AC
2#488399
3#3F7386
4#366272
5#2D525F
6#24424C
7#1B3139
8#122126
9#091013
Tints
Lighter variations
1#73A9BD
2#82B3C4
3#92BCCC
4#A1C6D3
5#B1CFDA
6#C1D9E2
7#D0E2E9
8#E0ECF0
9#EFF5F8
Tones
Muted variations
1#679EB1
2#6B9CAD
3#6F9AA9
4#7398A5
5#7896A1
6#7C949D
7#809299
8#849095
9#888E90
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 | AFCE #AFCED9 | BordersInactive statesPlaceholder text |
| 400 | 86B5 #86B5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A0 #63A0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4883 #488399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3968 #396879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3037 | 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: #E7F0F4;
--steel-blue-200: #D2E3EA;
--steel-blue-300: #AFCED9;
--steel-blue-400: #86B5C6;
--steel-blue-500: #63A0B6;
--steel-blue-600: #488399;
--steel-blue-700: #396879;
--steel-blue-800: #294A57;
--steel-blue-900: #1A3037;
--steel-blue-950: #101E23;
}