Steel Blue
#63AFB6
CyanColor Codes
All color formats for development
HEX
#63AFB6RGB
rgb(99, 175, 182)HSL
hsl(185, 36%, 55%)OKLCH
oklch(0.708 0.076 203.3)CMYK
cmyk(46%, 4%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51A4AC
2#489299
3#3F8086
4#366D72
5#2D5B5F
6#24494C
7#1B3739
8#122426
9#091213
Tints
Lighter variations
1#73B7BD
2#82BFC4
3#92C7CC
4#A1CFD3
5#B1D7DA
6#C1DFE2
7#D0E7E9
8#E0EFF0
9#EFF7F8
Tones
Muted variations
1#67ABB1
2#6BA8AD
3#6FA4A9
4#73A1A5
5#789DA1
6#7C9A9D
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 | AFD6 #AFD6D9 | BordersInactive statesPlaceholder text |
| 400 | 86C1 #86C1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AF #63AFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4892 #489299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3974 #397479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2953 #295357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | 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: #AFD6D9;
--steel-blue-400: #86C1C6;
--steel-blue-500: #63AFB6;
--steel-blue-600: #489299;
--steel-blue-700: #397479;
--steel-blue-800: #295357;
--steel-blue-900: #1A3537;
--steel-blue-950: #102123;
}