Steel Blue
#4B9095
CyanColor Codes
All color formats for development
HEX
#4B9095RGB
rgb(75, 144, 149)HSL
hsl(184, 33%, 44%)OKLCH
oklch(0.61 0.07 201.7)CMYK
cmyk(50%, 3%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#448286
2#3C7377
3#356568
4#2D575A
5#26484B
6#1E3A3C
7#172B2D
8#0F1D1E
9#080E0F
Tints
Lighter variations
1#55A3A8
2#67ADB2
3#7AB8BC
4#8DC2C6
5#A0CCCF
6#B3D6D9
7#C6E0E2
8#D9EBEC
9#ECF5F5
Tones
Muted variations
1#4F8D92
2#538A8E
3#56878A
4#5A8386
5#5E8083
6#617D7F
7#657A7B
8#697778
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D5 #B1D5D8 | BordersInactive statesPlaceholder text |
| 400 | 88BF #88BFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AD #66ADB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B90 #4B9095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C73 #3C7377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B52 #2B5255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1121 #112122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F2F3;
--steel-blue-200: #D3E7E9;
--steel-blue-300: #B1D5D8;
--steel-blue-400: #88BFC3;
--steel-blue-500: #66ADB2;
--steel-blue-600: #4B9095;
--steel-blue-700: #3C7377;
--steel-blue-800: #2B5255;
--steel-blue-900: #1B3436;
--steel-blue-950: #112122;
}