Steel Blue
#4B8495
CyanColor Codes
All color formats for development
HEX
#4B8495RGB
rgb(75, 132, 149)HSL
hsl(194, 33%, 44%)OKLCH
oklch(0.581 0.065 219.2)CMYK
cmyk(50%, 11%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447786
2#3C6A77
3#355C68
4#2D4F5A
5#26424B
6#1E353C
7#17282D
8#0F1A1E
9#080D0F
Tints
Lighter variations
1#5595A8
2#67A1B2
3#7AADBC
4#8DB8C6
5#A0C4CF
6#B3D0D9
7#C6DCE2
8#D9E7EC
9#ECF3F5
Tones
Muted variations
1#4F8292
2#53808E
3#567E8A
4#5A7C86
5#5E7A83
6#61787F
7#65767B
8#697478
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E4 #D3E4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CF #B1CFD8 | BordersInactive statesPlaceholder text |
| 400 | 88B5 #88B5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A0 #66A0B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B84 #4B8495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C69 #3C6977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4B #2B4B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B30 #1B3036 | Primary textHigh emphasis contentDark headings |
| 950 | 111E #111E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F3;
--steel-blue-200: #D3E4E9;
--steel-blue-300: #B1CFD8;
--steel-blue-400: #88B5C3;
--steel-blue-500: #66A0B2;
--steel-blue-600: #4B8495;
--steel-blue-700: #3C6977;
--steel-blue-800: #2B4B55;
--steel-blue-900: #1B3036;
--steel-blue-950: #111E22;
}