Steel Blue
#5184C8
BlueColor Codes
All color formats for development
HEX
#5184C8RGB
rgb(81, 132, 200)HSL
hsl(214, 52%, 55%)OKLCH
oklch(0.608 0.118 256.1)CMYK
cmyk(60%, 34%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D75C0
2#3668AB
3#2F5B95
4#284E80
5#22416B
6#1B3455
7#142740
8#0D1A2B
9#070D15
Tints
Lighter variations
1#6291CD
2#739DD3
3#85A9D8
4#96B5DE
5#A8C2E3
6#B9CEE9
7#CBDAEE
8#DCE6F4
9#EEF3F9
Tones
Muted variations
1#5785C2
2#5D86BC
3#6287B6
4#6887B0
5#6E88AA
6#7489A4
7#7A8A9E
8#808B98
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E3 | BordersInactive statesPlaceholder text |
| 400 | 77A0 #77A0D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5184 #5184C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3668 #3668AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B53 #2B5388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDCEF;
--steel-blue-300: #A6C0E3;
--steel-blue-400: #77A0D4;
--steel-blue-500: #5184C8;
--steel-blue-600: #3668AB;
--steel-blue-700: #2B5388;
--steel-blue-800: #1F3B61;
--steel-blue-900: #14263E;
--steel-blue-950: #0C1827;
}