Steel Blue
#4B8695
CyanColor Codes
All color formats for development
HEX
#4B8695RGB
rgb(75, 134, 149)HSL
hsl(192, 33%, 44%)OKLCH
oklch(0.586 0.066 216.1)CMYK
cmyk(50%, 10%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447986
2#3C6C77
3#355E68
4#2D515A
5#26434B
6#1E363C
7#17282D
8#0F1B1E
9#080D0F
Tints
Lighter variations
1#5598A8
2#67A3B2
3#7AAFBC
4#8DBAC6
5#A0C6CF
6#B3D1D9
7#C6DDE2
8#D9E8EC
9#ECF4F5
Tones
Muted variations
1#4F8492
2#53828E
3#56808A
4#5A7E86
5#5E7B83
6#61797F
7#65777B
8#697578
9#6C7274
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 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D0 #B1D0D8 | BordersInactive statesPlaceholder text |
| 400 | 88B7 #88B7C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A3 #66A3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B86 #4B8695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6B #3C6B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4C #2B4C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B31 #1B3136 | 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: #D3E4E9;
--steel-blue-300: #B1D0D8;
--steel-blue-400: #88B7C3;
--steel-blue-500: #66A3B2;
--steel-blue-600: #4B8695;
--steel-blue-700: #3C6B77;
--steel-blue-800: #2B4C55;
--steel-blue-900: #1B3136;
--steel-blue-950: #111F22;
}