Steel Blue
#316EAF
BlueColor Codes
All color formats for development
HEX
#316EAFRGB
rgb(49, 110, 175)HSL
hsl(211, 56%, 44%)OKLCH
oklch(0.53 0.12 252.3)CMYK
cmyk(72%, 37%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C639E
2#27588C
3#234D7B
4#1E4269
5#193758
6#142C46
7#0F2135
8#0A1623
9#050B12
Tints
Lighter variations
1#387CC5
2#4D8BCD
3#6399D3
4#79A8D9
5#90B6E0
6#A6C5E6
7#BCD3EC
8#D2E2F2
9#E9F0F9
Tones
Muted variations
1#386EA9
2#3E6FA2
3#446F9C
4#4B6F96
5#516F90
6#576F89
7#5D7083
8#64707D
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C3 #A4C3E5 | BordersInactive statesPlaceholder text |
| 400 | 74A4 #74A4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C8A #4C8ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316E #316EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2758 #27588B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3F #1C3F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1228 #122840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CBDDF0;
--steel-blue-300: #A4C3E5;
--steel-blue-400: #74A4D8;
--steel-blue-500: #4C8ACD;
--steel-blue-600: #316EAF;
--steel-blue-700: #27588B;
--steel-blue-800: #1C3F63;
--steel-blue-900: #122840;
--steel-blue-950: #0B1928;
}