Steel Blue
#4B8195
BlueColor Codes
All color formats for development
HEX
#4B8195RGB
rgb(75, 129, 149)HSL
hsl(196, 33%, 44%)OKLCH
oklch(0.574 0.065 223.9)CMYK
cmyk(50%, 13%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447586
2#3C6877
3#355B68
4#2D4E5A
5#26414B
6#1E343C
7#17272D
8#0F1A1E
9#080D0F
Tints
Lighter variations
1#5592A8
2#679EB2
3#7AAABC
4#8DB7C6
5#A0C3CF
6#B3CFD9
7#C6DBE2
8#D9E7EC
9#ECF3F5
Tones
Muted variations
1#4F8092
2#537E8E
3#567C8A
4#5A7B86
5#5E7983
6#61777F
7#65757B
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 | D3E3 #D3E3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1CD #B1CDD8 | BordersInactive statesPlaceholder text |
| 400 | 88B3 #88B3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 669E #669EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B81 #4B8195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C67 #3C6777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4A #2B4A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2F #1B2F36 | Primary textHigh emphasis contentDark headings |
| 950 | 111D #111D22 | 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: #D3E3E9;
--steel-blue-300: #B1CDD8;
--steel-blue-400: #88B3C3;
--steel-blue-500: #669EB2;
--steel-blue-600: #4B8195;
--steel-blue-700: #3C6777;
--steel-blue-800: #2B4A55;
--steel-blue-900: #1B2F36;
--steel-blue-950: #111D22;
}