Steel Blue
#5370C6
BlueColor Codes
All color formats for development
HEX
#5370C6RGB
rgb(83, 112, 198)HSL
hsl(225, 50%, 55%)OKLCH
oklch(0.565 0.137 267.8)CMYK
cmyk(58%, 43%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5FBD
2#3854A8
3#314A93
4#2A3F7E
5#233569
6#1C2A54
7#15203F
8#0E152A
9#070B15
Tints
Lighter variations
1#647ECB
2#758CD1
3#879BD7
4#98A9DD
5#A9B7E2
6#BAC6E8
7#CBD4EE
8#DDE2F4
9#EEF1F9
Tones
Muted variations
1#5972C0
2#5E75BA
3#6478B4
4#6A7BAF
5#707EA9
6#7581A3
7#7B849D
8#818798
9#878992
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B6 #A7B6E2 | BordersInactive statesPlaceholder text |
| 400 | 798F #798FD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5370 #5370C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3854 #3854A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D43 #2D4386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2030 #203060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD6EE;
--steel-blue-300: #A7B6E2;
--steel-blue-400: #798FD2;
--steel-blue-500: #5370C6;
--steel-blue-600: #3854A8;
--steel-blue-700: #2D4386;
--steel-blue-800: #203060;
--steel-blue-900: #141F3D;
--steel-blue-950: #0D1326;
}