Steel Blue
#3196AF
CyanColor Codes
All color formats for development
HEX
#3196AFRGB
rgb(49, 150, 175)HSL
hsl(192, 56%, 44%)OKLCH
oklch(0.626 0.097 217.9)CMYK
cmyk(72%, 14%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C879E
2#27788C
3#23697B
4#1E5A69
5#194B58
6#143C46
7#0F2D35
8#0A1E23
9#050F12
Tints
Lighter variations
1#38A9C5
2#4DB3CD
3#63BDD3
4#79C6D9
5#90D0E0
6#A6D9E6
7#BCE3EC
8#D2ECF2
9#E9F6F9
Tones
Muted variations
1#3892A9
2#3E8EA2
3#448B9C
4#4B8796
5#518390
6#577F89
7#5D7C83
8#64787D
9#6A7476
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F3F7;
--steel-blue-200: #CBE9F0;
--steel-blue-300: #A4D8E5;
--steel-blue-400: #74C4D8;
--steel-blue-500: #4CB3CD;
--steel-blue-600: #3196AF;
--steel-blue-700: #27778B;
--steel-blue-800: #1C5563;
--steel-blue-900: #123740;
--steel-blue-950: #0B2228;
}