Steel Blue
#4993D0
BlueColor Codes
All color formats for development
HEX
#4993D0RGB
rgb(73, 147, 208)HSL
hsl(207, 59%, 55%)OKLCH
oklch(0.643 0.118 245.9)CMYK
cmyk(65%, 29%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3486C9
2#2E77B2
3#28689C
4#235986
5#1D4A6F
6#173B59
7#112D43
8#0C1E2D
9#060F16
Tints
Lighter variations
1#5B9ED5
2#6DA9D9
3#7FB3DE
4#92BEE3
5#A4C9E7
6#B6D4EC
7#C8DFF1
8#DBE9F6
9#EDF4FA
Tones
Muted variations
1#4F92C9
2#5692C2
3#5D91BC
4#6490B5
5#6A90AE
6#718FA7
7#788EA1
8#7F8E9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E7 | BordersInactive statesPlaceholder text |
| 400 | 71AB #71ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4993 #4993D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E77 #2E77B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255F #255F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF8;
--steel-blue-200: #CAE0F1;
--steel-blue-300: #A2C8E7;
--steel-blue-400: #71ABDA;
--steel-blue-500: #4993D0;
--steel-blue-600: #2E77B2;
--steel-blue-700: #255F8E;
--steel-blue-800: #1A4465;
--steel-blue-900: #112B41;
--steel-blue-950: #0A1B29;
}