Steel Blue
#3192AF
CyanColor Codes
All color formats for development
HEX
#3192AFRGB
rgb(49, 146, 175)HSL
hsl(194, 56%, 44%)OKLCH
oklch(0.617 0.098 221.9)CMYK
cmyk(72%, 17%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C839E
2#27758C
3#23667B
4#1E5769
5#194958
6#143A46
7#0F2C35
8#0A1D23
9#050F12
Tints
Lighter variations
1#38A4C5
2#4DAFCD
3#63B9D3
4#79C3D9
5#90CDE0
6#A6D7E6
7#BCE1EC
8#D2EBF2
9#E9F5F9
Tones
Muted variations
1#388EA9
2#3E8BA2
3#44889C
4#4B8496
5#518190
6#577E89
7#5D7A83
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 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D6 #A4D6E5 | BordersInactive statesPlaceholder text |
| 400 | 74C0 #74C0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAF #4CAFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3192 #3192AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2774 #27748B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C53 #1C5363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CBE8F0;
--steel-blue-300: #A4D6E5;
--steel-blue-400: #74C0D8;
--steel-blue-500: #4CAFCD;
--steel-blue-600: #3192AF;
--steel-blue-700: #27748B;
--steel-blue-800: #1C5363;
--steel-blue-900: #123540;
--steel-blue-950: #0B2128;
}