Steel Blue
#4985D0
BlueColor Codes
All color formats for development
HEX
#4985D0RGB
rgb(73, 133, 208)HSL
hsl(213, 59%, 55%)OKLCH
oklch(0.611 0.131 255)CMYK
cmyk(65%, 36%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3477C9
2#2E6AB2
3#285C9C
4#234F86
5#1D426F
6#173559
7#112843
8#0C1A2D
9#060D16
Tints
Lighter variations
1#5B92D5
2#6D9ED9
3#7FAADE
4#92B6E3
5#A4C2E7
6#B6CEEC
7#C8DBF1
8#DBE7F6
9#EDF3FA
Tones
Muted variations
1#4F86C9
2#5687C2
3#5D88BC
4#6488B5
5#6A89AE
6#718AA7
7#788AA1
8#7F8B9A
9#858C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C1 #A2C1E7 | BordersInactive statesPlaceholder text |
| 400 | 71A0 #71A0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4985 #4985D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6A #2E6AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2554 #25548E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF8;
--steel-blue-200: #CADCF1;
--steel-blue-300: #A2C1E7;
--steel-blue-400: #71A0DA;
--steel-blue-500: #4985D0;
--steel-blue-600: #2E6AB2;
--steel-blue-700: #25548E;
--steel-blue-800: #1A3C65;
--steel-blue-900: #112641;
--steel-blue-950: #0A1829;
}