Steel Blue
#63A2B6
CyanColor Codes
All color formats for development
HEX
#63A2B6RGB
rgb(99, 162, 182)HSL
hsl(194, 36%, 55%)OKLCH
oklch(0.677 0.071 220.2)CMYK
cmyk(46%, 11%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5196AC
2#488699
3#3F7586
4#366472
5#2D545F
6#24434C
7#1B3239
8#122126
9#091113
Tints
Lighter variations
1#73ACBD
2#82B5C4
3#92BECC
4#A1C7D3
5#B1D1DA
6#C1DAE2
7#D0E3E9
8#E0ECF0
9#EFF6F8
Tones
Muted variations
1#67A0B1
2#6B9EAD
3#6F9CA9
4#7399A5
5#7897A1
6#7C959D
7#809399
8#849195
9#888E90
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;
}