Steel Blue
#63B6B6
CyanColor Codes
All color formats for development
HEX
#63B6B6RGB
rgb(99, 182, 182)HSL
hsl(180, 36%, 55%)OKLCH
oklch(0.724 0.081 195.5)CMYK
cmyk(46%, 0%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51ACAC
2#489999
3#3F8686
4#367272
5#2D5F5F
6#244C4C
7#1B3939
8#122626
9#091313
Tints
Lighter variations
1#73BDBD
2#82C4C4
3#92CCCC
4#A1D3D3
5#B1DADA
6#C1E2E2
7#D0E9E9
8#E0F0F0
9#EFF8F8
Tones
Muted variations
1#67B1B1
2#6BADAD
3#6FA9A9
4#73A5A5
5#78A1A1
6#7C9D9D
7#809999
8#849595
9#889090
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F4F4;
--steel-blue-200: #D2EAEA;
--steel-blue-300: #AFD9D9;
--steel-blue-400: #86C6C6;
--steel-blue-500: #63B6B6;
--steel-blue-600: #489999;
--steel-blue-700: #397979;
--steel-blue-800: #295757;
--steel-blue-900: #1A3737;
--steel-blue-950: #102323;
}