Steel Blue
#47769A
BlueColor Codes
All color formats for development
HEX
#47769ARGB
rgb(71, 118, 154)HSL
hsl(206, 37%, 44%)OKLCH
oklch(0.547 0.076 242.9)CMYK
cmyk(54%, 23%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406A8A
2#395E7B
3#31526C
4#2A475C
5#233B4D
6#1C2F3D
7#15232E
8#0E181F
9#070C0F
Tints
Lighter variations
1#5085AD
2#6292B7
3#76A0C0
4#8AAEC9
5#9DBBD2
6#B1C9DB
7#C4D6E4
8#D8E4ED
9#EBF1F6
Tones
Muted variations
1#4B7596
2#4F7591
3#53748D
4#577489
5#5B7385
6#607281
7#64727D
8#687179
9#6C7174
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85AA #85AAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6292 #6292B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4776 #47769A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385E #385E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2843 #284357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2DFEA;
--steel-blue-300: #AFC7DA;
--steel-blue-400: #85AAC7;
--steel-blue-500: #6292B7;
--steel-blue-600: #47769A;
--steel-blue-700: #385E7A;
--steel-blue-800: #284357;
--steel-blue-900: #1A2B38;
--steel-blue-950: #101B23;
}