Steel Blue
#327AAE
BlueColor Codes
All color formats for development
HEX
#327AAERGB
rgb(50, 122, 174)HSL
hsl(205, 55%, 44%)OKLCH
oklch(0.558 0.108 243.5)CMYK
cmyk(71%, 30%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6E9D
2#28628B
3#23567A
4#1E4968
5#193D57
6#143146
7#0F2534
8#0A1823
9#050C11
Tints
Lighter variations
1#398AC4
2#4E97CC
3#64A4D2
4#7AB1D8
5#90BEDF
6#A6CBE5
7#BDD8EC
8#D3E5F2
9#E9F2F9
Tones
Muted variations
1#3979A8
2#3F78A2
3#45779B
4#4B7695
5#51758F
6#587489
7#5E7383
8#64727D
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CA #A4CAE5 | BordersInactive statesPlaceholder text |
| 400 | 75AE #75AED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D97 #4D97CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327A #327AAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2861 #28618A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D46 #1D4663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF7;
--steel-blue-200: #CCE1F0;
--steel-blue-300: #A4CAE5;
--steel-blue-400: #75AED7;
--steel-blue-500: #4D97CB;
--steel-blue-600: #327AAE;
--steel-blue-700: #28618A;
--steel-blue-800: #1D4663;
--steel-blue-900: #122D3F;
--steel-blue-950: #0B1C28;
}