Steel Blue
#518CC8
BlueColor Codes
All color formats for development
HEX
#518CC8RGB
rgb(81, 140, 200)HSL
hsl(210, 52%, 55%)OKLCH
oklch(0.626 0.11 250.4)CMYK
cmyk(60%, 30%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D7EC0
2#3670AB
3#2F6295
4#285480
5#22466B
6#1B3855
7#142A40
8#0D1C2B
9#070E15
Tints
Lighter variations
1#6298CD
2#73A3D3
3#85AFD8
4#96BADE
5#A8C6E3
6#B9D1E9
7#CBDDEE
8#DCE8F4
9#EEF4F9
Tones
Muted variations
1#578CC2
2#5D8CBC
3#628CB6
4#688CB0
5#6E8CAA
6#748CA4
7#7A8C9E
8#808C98
9#868C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C4 #A6C4E3 | BordersInactive statesPlaceholder text |
| 400 | 77A6 #77A6D4 | Disabled statesSecondary iconsMuted text |
| 500 | 518C #518CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3670 #3670AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B59 #2B5988 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F40 #1F4061 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF6;
--steel-blue-200: #CDDEEF;
--steel-blue-300: #A6C4E3;
--steel-blue-400: #77A6D4;
--steel-blue-500: #518CC8;
--steel-blue-600: #3670AB;
--steel-blue-700: #2B5988;
--steel-blue-800: #1F4061;
--steel-blue-900: #14293E;
--steel-blue-950: #0C1A27;
}