Steel Blue
#479A9A
CyanColor Codes
All color formats for development
HEX
#479A9ARGB
rgb(71, 154, 154)HSL
hsl(180, 37%, 44%)OKLCH
oklch(0.635 0.08 195.3)CMYK
cmyk(54%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#408A8A
2#397B7B
3#316C6C
4#2A5C5C
5#234D4D
6#1C3D3D
7#152E2E
8#0E1F1F
9#070F0F
Tints
Lighter variations
1#50ADAD
2#62B7B7
3#76C0C0
4#8AC9C9
5#9DD2D2
6#B1DBDB
7#C4E4E4
8#D8EDED
9#EBF6F6
Tones
Muted variations
1#4B9696
2#4F9191
3#538D8D
4#578989
5#5B8585
6#608181
7#647D7D
8#687979
9#6C7474
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 | AFDA #AFDADA | BordersInactive statesPlaceholder text |
| 400 | 85C7 #85C7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B7 #62B7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 479A #479A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 387A #387A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2857 #285757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A38 #1A3838 | 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: #AFDADA;
--steel-blue-400: #85C7C7;
--steel-blue-500: #62B7B7;
--steel-blue-600: #479A9A;
--steel-blue-700: #387A7A;
--steel-blue-800: #285757;
--steel-blue-900: #1A3838;
--steel-blue-950: #102323;
}