Steel Blue
#63B3B6
CyanColor Codes
All color formats for development
HEX
#63B3B6RGB
rgb(99, 179, 182)HSL
hsl(182, 36%, 55%)OKLCH
oklch(0.717 0.079 198.7)CMYK
cmyk(46%, 2%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51A9AC
2#489699
3#3F8386
4#367072
5#2D5E5F
6#244B4C
7#1B3839
8#122526
9#091313
Tints
Lighter variations
1#73BABD
2#82C2C4
3#92CACC
4#A1D1D3
5#B1D9DA
6#C1E1E2
7#D0E8E9
8#E0F0F0
9#EFF7F8
Tones
Muted variations
1#67AFB1
2#6BABAD
3#6FA7A9
4#73A3A5
5#78A0A1
6#7C9C9D
7#809899
8#849495
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 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD8 #AFD8D9 | BordersInactive statesPlaceholder text |
| 400 | 86C4 #86C4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B3 #63B3B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4896 #489699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3977 #397779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2955 #295557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | 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: #D2E9EA;
--steel-blue-300: #AFD8D9;
--steel-blue-400: #86C4C6;
--steel-blue-500: #63B3B6;
--steel-blue-600: #489699;
--steel-blue-700: #397779;
--steel-blue-800: #295557;
--steel-blue-900: #1A3737;
--steel-blue-950: #102223;
}