Steel Blue
#4A83CF
BlueColor Codes
All color formats for development
HEX
#4A83CFRGB
rgb(74, 131, 207)HSL
hsl(214, 58%, 55%)OKLCH
oklch(0.607 0.131 256.2)CMYK
cmyk(64%, 37%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3574C7
2#2F68B1
3#295B9B
4#234E85
5#1D416F
6#183459
7#122742
8#0C1A2C
9#060D16
Tints
Lighter variations
1#5C90D4
2#6E9CD8
3#80A8DD
4#92B5E2
5#A4C1E7
6#B6CEEC
7#C9DAF1
8#DBE6F5
9#EDF3FA
Tones
Muted variations
1#5084C8
2#5785C1
3#5E86BB
4#6487B4
5#6B88AE
6#7289A7
7#788AA0
8#7F8A9A
9#868B93
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 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E6 | BordersInactive statesPlaceholder text |
| 400 | 729F #729FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A83 #4A83CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F68 #2F68B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3B #1B3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | 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: #CBDBF1;
--steel-blue-300: #A2C0E6;
--steel-blue-400: #729FDA;
--steel-blue-500: #4A83CF;
--steel-blue-600: #2F68B1;
--steel-blue-700: #25528D;
--steel-blue-800: #1B3B65;
--steel-blue-900: #112640;
--steel-blue-950: #0B1828;
}