Steel Blue
#536CC6
BlueColor Codes
All color formats for development
HEX
#536CC6RGB
rgb(83, 108, 198)HSL
hsl(227, 50%, 55%)OKLCH
oklch(0.557 0.142 269.6)CMYK
cmyk(58%, 45%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F5ABD
2#3850A8
3#314693
4#2A3C7E
5#233269
6#1C2854
7#151E3F
8#0E142A
9#070A15
Tints
Lighter variations
1#647ACB
2#7589D1
3#8798D7
4#98A7DD
5#A9B5E2
6#BAC4E8
7#CBD3EE
8#DDE2F4
9#EEF0F9
Tones
Muted variations
1#596FC0
2#5E72BA
3#6475B4
4#6A79AF
5#707CA9
6#757FA3
7#7B829D
8#818698
9#878992
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD4 #CDD4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B4 #A7B4E2 | BordersInactive statesPlaceholder text |
| 400 | 798C #798CD2 | Disabled statesSecondary iconsMuted text |
| 500 | 536C #536CC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3850 #3850A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D40 #2D4086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 202E #202E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CDD4EE;
--steel-blue-300: #A7B4E2;
--steel-blue-400: #798CD2;
--steel-blue-500: #536CC6;
--steel-blue-600: #3850A8;
--steel-blue-700: #2D4086;
--steel-blue-800: #202E60;
--steel-blue-900: #141D3D;
--steel-blue-950: #0D1226;
}