Steel Blue
#5476C4
BlueColor Codes
All color formats for development
HEX
#5476C4RGB
rgb(84, 118, 196)HSL
hsl(222, 49%, 55%)OKLCH
oklch(0.577 0.127 264.9)CMYK
cmyk(57%, 40%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4065BC
2#395AA7
3#324F92
4#2B447D
5#243868
6#1D2D54
7#15223F
8#0E172A
9#070B15
Tints
Lighter variations
1#6583CA
2#7691D0
3#879FD6
4#98ADDC
5#AABAE2
6#BBC8E8
7#CCD6ED
8#DDE4F3
9#EEF1F9
Tones
Muted variations
1#5A78BF
2#5F7AB9
3#657DB4
4#6B7FAE
5#7081A8
6#7683A3
7#7B869D
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 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7A94 #7A94D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5476 #5476C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 395A #395AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2133 #21335F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B9E1;
--steel-blue-400: #7A94D1;
--steel-blue-500: #5476C4;
--steel-blue-600: #395AA7;
--steel-blue-700: #2E4885;
--steel-blue-800: #21335F;
--steel-blue-900: #15213D;
--steel-blue-950: #0D1526;
}