Steel Blue
#5172C8
BlueColor Codes
All color formats for development
HEX
#5172C8RGB
rgb(81, 114, 200)HSL
hsl(223, 52%, 55%)OKLCH
oklch(0.569 0.138 266.3)CMYK
cmyk(60%, 43%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D62C0
2#3657AB
3#2F4C95
4#284180
5#22366B
6#1B2B55
7#142140
8#0D162B
9#070B15
Tints
Lighter variations
1#6280CD
2#738FD3
3#859DD8
4#96ABDE
5#A8B9E3
6#B9C7E9
7#CBD5EE
8#DCE3F4
9#EEF1F9
Tones
Muted variations
1#5775C2
2#5D78BC
3#627AB6
4#687DB0
5#6E7FAA
6#7482A4
7#7A849E
8#808798
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B7 #A6B7E3 | BordersInactive statesPlaceholder text |
| 400 | 7792 #7792D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5172 #5172C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3657 #3657AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B45 #2B4588 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD6EF;
--steel-blue-300: #A6B7E3;
--steel-blue-400: #7792D4;
--steel-blue-500: #5172C8;
--steel-blue-600: #3657AB;
--steel-blue-700: #2B4588;
--steel-blue-800: #1F3161;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}