Steel Blue
#4B8095
BlueColor Codes
All color formats for development
HEX
#4B8095RGB
rgb(75, 128, 149)HSL
hsl(197, 33%, 44%)OKLCH
oklch(0.571 0.065 225.5)CMYK
cmyk(50%, 14%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#447386
2#3C6777
3#355A68
4#2D4D5A
5#26404B
6#1E333C
7#17262D
8#0F1A1E
9#080D0F
Tints
Lighter variations
1#5591A8
2#679DB2
3#7AA9BC
4#8DB6C6
5#A0C2CF
6#B3CED9
7#C6DAE2
8#D9E7EC
9#ECF3F5
Tones
Muted variations
1#4F7F92
2#537D8E
3#567B8A
4#5A7A86
5#5E7883
6#61777F
7#65757B
8#697378
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | 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 | 669D #669DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B80 #4B8095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C66 #3C6677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B49 #2B4955 | 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: #F5F8FA;
--steel-blue-100: #E7F0F3;
--steel-blue-200: #D3E3E9;
--steel-blue-300: #B1CDD8;
--steel-blue-400: #88B3C3;
--steel-blue-500: #669DB2;
--steel-blue-600: #4B8095;
--steel-blue-700: #3C6677;
--steel-blue-800: #2B4955;
--steel-blue-900: #1B2F36;
--steel-blue-950: #111D22;
}