Steel Blue
#5472C4
BlueColor Codes
All color formats for development
HEX
#5472C4RGB
rgb(84, 114, 196)HSL
hsl(224, 49%, 55%)OKLCH
oklch(0.568 0.132 267.1)CMYK
cmyk(57%, 42%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4061BC
2#3957A7
3#324C92
4#2B417D
5#243668
6#1D2B54
7#15203F
8#0E162A
9#070B15
Tints
Lighter variations
1#6580CA
2#768ED0
3#879CD6
4#98AADC
5#AAB9E2
6#BBC7E8
7#CCD5ED
8#DDE3F3
9#EEF1F9
Tones
Muted variations
1#5A75BF
2#5F77B9
3#657AB4
4#6B7DAE
5#707FA8
6#7682A3
7#7B849D
8#818797
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B7 #A8B7E1 | BordersInactive statesPlaceholder text |
| 400 | 7A91 #7A91D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5472 #5472C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3957 #3957A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E45 #2E4585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2131 #21315F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151F #151F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CED6EE;
--steel-blue-300: #A8B7E1;
--steel-blue-400: #7A91D1;
--steel-blue-500: #5472C4;
--steel-blue-600: #3957A7;
--steel-blue-700: #2E4585;
--steel-blue-800: #21315F;
--steel-blue-900: #151F3D;
--steel-blue-950: #0D1426;
}