Steel Blue
#3194AF
CyanColor Codes
All color formats for development
HEX
#3194AFRGB
rgb(49, 148, 175)HSL
hsl(193, 56%, 44%)OKLCH
oklch(0.622 0.097 219.9)CMYK
cmyk(72%, 15%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C859E
2#27768C
3#23677B
4#1E5969
5#194A58
6#143B46
7#0F2C35
8#0A1E23
9#050F12
Tints
Lighter variations
1#38A7C5
2#4DB1CD
3#63BBD3
4#79C5D9
5#90CEE0
6#A6D8E6
7#BCE2EC
8#D2ECF2
9#E9F5F9
Tones
Muted variations
1#3890A9
2#3E8DA2
3#44899C
4#4B8696
5#518290
6#577E89
7#5D7B83
8#64777D
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 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 74C2 #74C2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB1 #4CB1CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3194 #3194AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2776 #27768B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C54 #1C5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #CBE8F0;
--steel-blue-300: #A4D7E5;
--steel-blue-400: #74C2D8;
--steel-blue-500: #4CB1CD;
--steel-blue-600: #3194AF;
--steel-blue-700: #27768B;
--steel-blue-800: #1C5463;
--steel-blue-900: #123640;
--steel-blue-950: #0B2228;
}