Steel Blue
#4B8995
CyanColor Codes
All color formats for development
HEX
#4B8995RGB
rgb(75, 137, 149)HSL
hsl(190, 33%, 44%)OKLCH
oklch(0.593 0.066 211.5)CMYK
cmyk(50%, 8%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447B86
2#3C6E77
3#356068
4#2D525A
5#26444B
6#1E373C
7#17292D
8#0F1B1E
9#080E0F
Tints
Lighter variations
1#559AA8
2#67A6B2
3#7AB1BC
4#8DBCC6
5#A0C7CF
6#B3D2D9
7#C6DEE2
8#D9E9EC
9#ECF4F5
Tones
Muted variations
1#4F8692
2#53848E
3#56818A
4#5A7F86
5#5E7D83
6#617A7F
7#65787B
8#697578
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E5 #D3E5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D1 #B1D1D8 | BordersInactive statesPlaceholder text |
| 400 | 88B9 #88B9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A5 #66A5B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B89 #4B8995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6D #3C6D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4E #2B4E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B32 #1B3236 | Primary textHigh emphasis contentDark headings |
| 950 | 111F #111F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F1F3;
--steel-blue-200: #D3E5E9;
--steel-blue-300: #B1D1D8;
--steel-blue-400: #88B9C3;
--steel-blue-500: #66A5B2;
--steel-blue-600: #4B8995;
--steel-blue-700: #3C6D77;
--steel-blue-800: #2B4E55;
--steel-blue-900: #1B3236;
--steel-blue-950: #111F22;
}