Steel Blue
#63B0B6
CyanColor Codes
All color formats for development
HEX
#63B0B6RGB
rgb(99, 176, 182)HSL
hsl(184, 36%, 55%)OKLCH
oklch(0.71 0.077 202.1)CMYK
cmyk(46%, 3%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51A6AC
2#489399
3#3F8186
4#366E72
5#2D5C5F
6#244A4C
7#1B3739
8#122526
9#091213
Tints
Lighter variations
1#73B8BD
2#82C0C4
3#92C8CC
4#A1D0D3
5#B1D8DA
6#C1DFE2
7#D0E7E9
8#E0EFF0
9#EFF7F8
Tones
Muted variations
1#67ACB1
2#6BA9AD
3#6FA5A9
4#73A2A5
5#789EA1
6#7C9B9D
7#809799
8#849395
9#889090
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7D9 | BordersInactive statesPlaceholder text |
| 400 | 86C2 #86C2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B0 #63B0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4893 #489399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3975 #397579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2954 #295457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3637 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F3F4;
--steel-blue-200: #D2E8EA;
--steel-blue-300: #AFD7D9;
--steel-blue-400: #86C2C6;
--steel-blue-500: #63B0B6;
--steel-blue-600: #489399;
--steel-blue-700: #397579;
--steel-blue-800: #295457;
--steel-blue-900: #1A3637;
--steel-blue-950: #102123;
}