Steel Blue
#4B9595
CyanColor Codes
All color formats for development
HEX
#4B9595RGB
rgb(75, 149, 149)HSL
hsl(180, 33%, 44%)OKLCH
oklch(0.623 0.074 195.4)CMYK
cmyk(50%, 0%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#448686
2#3C7777
3#356868
4#2D5A5A
5#264B4B
6#1E3C3C
7#172D2D
8#0F1E1E
9#080F0F
Tints
Lighter variations
1#55A8A8
2#67B2B2
3#7ABCBC
4#8DC6C6
5#A0CFCF
6#B3D9D9
7#C6E2E2
8#D9ECEC
9#ECF5F5
Tones
Muted variations
1#4F9292
2#538E8E
3#568A8A
4#5A8686
5#5E8383
6#617F7F
7#657B7B
8#697878
9#6C7474
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E9 #D3E9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D8 #B1D8D8 | BordersInactive statesPlaceholder text |
| 400 | 88C3 #88C3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66B2 #66B2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B95 #4B9595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C77 #3C7777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B55 #2B5555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B36 #1B3636 | Primary textHigh emphasis contentDark headings |
| 950 | 1122 #112222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5FAFA;
--steel-blue-100: #E7F3F3;
--steel-blue-200: #D3E9E9;
--steel-blue-300: #B1D8D8;
--steel-blue-400: #88C3C3;
--steel-blue-500: #66B2B2;
--steel-blue-600: #4B9595;
--steel-blue-700: #3C7777;
--steel-blue-800: #2B5555;
--steel-blue-900: #1B3636;
--steel-blue-950: #112222;
}