Steel Blue
#5675C2
BlueColor Codes
All color formats for development
HEX
#5675C2RGB
rgb(86, 117, 194)HSL
hsl(223, 47%, 55%)OKLCH
oklch(0.575 0.124 266.1)CMYK
cmyk(56%, 40%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4365BA
2#3B59A5
3#344E90
4#2D437C
5#253867
6#1E2D52
7#16223E
8#0F1629
9#070B15
Tints
Lighter variations
1#6783C8
2#7891CE
3#899ED4
4#9AACDB
5#ABBAE1
6#BCC8E7
7#CCD6ED
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5C77BD
2#617AB7
3#667CB2
4#6C7EAD
5#7181A7
6#7783A2
7#7C859C
8#818897
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8E0 | BordersInactive statesPlaceholder text |
| 400 | 7C94 #7C94D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5675 #5675C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B59 #3B59A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F47 #2F4783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF6;
--steel-blue-200: #CED7ED;
--steel-blue-300: #A9B8E0;
--steel-blue-400: #7C94D0;
--steel-blue-500: #5675C2;
--steel-blue-600: #3B59A5;
--steel-blue-700: #2F4783;
--steel-blue-800: #22335E;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}