Steel Blue
#4983D0
BlueColor Codes
All color formats for development
HEX
#4983D0RGB
rgb(73, 131, 208)HSL
hsl(214, 59%, 55%)OKLCH
oklch(0.607 0.133 256.2)CMYK
cmyk(65%, 37%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3474C9
2#2E67B2
3#285A9C
4#234E86
5#1D416F
6#173459
7#112743
8#0C1A2D
9#060D16
Tints
Lighter variations
1#5B90D5
2#6D9CD9
3#7FA8DE
4#92B5E3
5#A4C1E7
6#B6CDEC
7#C8DAF1
8#DBE6F6
9#EDF3FA
Tones
Muted variations
1#4F84C9
2#5685C2
3#5D86BC
4#6487B5
5#6A88AE
6#7189A7
7#788AA1
8#7F8A9A
9#858B93
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 | CADB #CADBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E7 | BordersInactive statesPlaceholder text |
| 400 | 719F #719FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4983 #4983D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E67 #2E67B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3B #1A3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | 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: #CADBF1;
--steel-blue-300: #A2C0E7;
--steel-blue-400: #719FDA;
--steel-blue-500: #4983D0;
--steel-blue-600: #2E67B2;
--steel-blue-700: #25528E;
--steel-blue-800: #1A3B65;
--steel-blue-900: #112641;
--steel-blue-950: #0A1729;
}