Steel Blue
#4693D2
BlueColor Codes
All color formats for development
HEX
#4693D2RGB
rgb(70, 147, 210)HSL
hsl(207, 61%, 55%)OKLCH
oklch(0.643 0.122 246)CMYK
cmyk(67%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3186CB
2#2C77B5
3#26689E
4#215987
5#1B4A71
6#163C5A
7#102D44
8#0B1E2D
9#050F17
Tints
Lighter variations
1#599ED7
2#6BA9DB
3#7EB4E0
4#90BEE4
5#A3C9E9
6#B5D4ED
7#C8DFF2
8#DAE9F6
9#EDF4FB
Tones
Muted variations
1#4D93CB
2#5492C4
3#5B91BD
4#6290B6
5#6990AF
6#708FA8
7#778EA1
8#7E8E9A
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | 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: #E2EEF8;
--steel-blue-200: #CAE0F2;
--steel-blue-300: #A1C8E8;
--steel-blue-400: #6FABDC;
--steel-blue-500: #4693D2;
--steel-blue-600: #2C77B5;
--steel-blue-700: #235F90;
--steel-blue-800: #194467;
--steel-blue-900: #102B42;
--steel-blue-950: #0A1B29;
}