Steel Blue
#47689A
BlueColor Codes
All color formats for development
HEX
#47689ARGB
rgb(71, 104, 154)HSL
hsl(216, 37%, 44%)OKLCH
oklch(0.515 0.089 258.5)CMYK
cmyk(54%, 32%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405E8A
2#39537B
3#31496C
4#2A3E5C
5#23344D
6#1C2A3D
7#151F2E
8#0E151F
9#070A0F
Tints
Lighter variations
1#5075AD
2#6284B7
3#7694C0
4#8AA3C9
5#9DB2D2
6#B1C2DB
7#C4D1E4
8#D8E0ED
9#EBF0F6
Tones
Muted variations
1#4B6996
2#4F6A91
3#536A8D
4#576B89
5#5B6C85
6#606D81
7#646E7D
8#686F79
9#6C6F74
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 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC0 #AFC0DA | BordersInactive statesPlaceholder text |
| 400 | 859F #859FC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6284 #6284B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4768 #47689A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3853 #38537A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283B #283B57 | 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: #D2DBEA;
--steel-blue-300: #AFC0DA;
--steel-blue-400: #859FC7;
--steel-blue-500: #6284B7;
--steel-blue-600: #47689A;
--steel-blue-700: #38537A;
--steel-blue-800: #283B57;
--steel-blue-900: #1A2638;
--steel-blue-950: #101823;
}