Steel Blue
#47699A
BlueColor Codes
All color formats for development
HEX
#47699ARGB
rgb(71, 105, 154)HSL
hsl(215, 37%, 44%)OKLCH
oklch(0.517 0.088 257.5)CMYK
cmyk(54%, 32%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405F8A
2#39547B
3#314A6C
4#2A3F5C
5#23354D
6#1C2A3D
7#15202E
8#0E151F
9#070B0F
Tints
Lighter variations
1#5077AD
2#6286B7
3#7695C0
4#8AA4C9
5#9DB3D2
6#B1C2DB
7#C4D2E4
8#D8E1ED
9#EBF0F6
Tones
Muted variations
1#4B6A96
2#4F6B91
3#536B8D
4#576C89
5#5B6D85
6#606D81
7#646E7D
8#686F79
9#6C7074
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A0 #85A0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6285 #6285B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4769 #47699A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3854 #38547A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283C #283C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF4;
--steel-blue-200: #D2DCEA;
--steel-blue-300: #AFC1DA;
--steel-blue-400: #85A0C7;
--steel-blue-500: #6285B7;
--steel-blue-600: #47699A;
--steel-blue-700: #38547A;
--steel-blue-800: #283C57;
--steel-blue-900: #1A2638;
--steel-blue-950: #101823;
}