Steel Blue
#63A5B6
CyanColor Codes
All color formats for development
HEX
#63A5B6RGB
rgb(99, 165, 182)HSL
hsl(192, 36%, 55%)OKLCH
oklch(0.684 0.072 216.1)CMYK
cmyk(46%, 9%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5199AC
2#488899
3#3F7786
4#366672
5#2D555F
6#24444C
7#1B3339
8#122226
9#091113
Tints
Lighter variations
1#73AEBD
2#82B7C4
3#92C0CC
4#A1C9D3
5#B1D2DA
6#C1DBE2
7#D0E4E9
8#E0EDF0
9#EFF6F8
Tones
Muted variations
1#67A3B1
2#6BA0AD
3#6F9EA9
4#739BA5
5#7899A1
6#7C969D
7#809499
8#849195
9#888F90
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 | AFD1 #AFD1D9 | BordersInactive statesPlaceholder text |
| 400 | 86B9 #86B9C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A5 #63A5B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4888 #488899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396D #396D79 | 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: #AFD1D9;
--steel-blue-400: #86B9C6;
--steel-blue-500: #63A5B6;
--steel-blue-600: #488899;
--steel-blue-700: #396D79;
--steel-blue-800: #294E57;
--steel-blue-900: #1A3237;
--steel-blue-950: #101F23;
}