Steel Blue
#4A91CF
BlueColor Codes
All color formats for development
HEX
#4A91CFRGB
rgb(74, 145, 207)HSL
hsl(208, 58%, 55%)OKLCH
oklch(0.638 0.118 247.2)CMYK
cmyk(64%, 30%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3583C7
2#2F75B1
3#29669B
4#235785
5#1D496F
6#183A59
7#122C42
8#0C1D2C
9#060F16
Tints
Lighter variations
1#5C9CD4
2#6EA7D8
3#80B2DD
4#92BDE2
5#A4C8E7
6#B6D3EC
7#C9DEF1
8#DBE9F5
9#EDF4FA
Tones
Muted variations
1#5090C8
2#5790C1
3#5E8FBB
4#648FB4
5#6B8EAE
6#728EA7
7#788EA0
8#7F8D9A
9#868D93
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 | CBDF #CBDFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C7 #A2C7E6 | BordersInactive statesPlaceholder text |
| 400 | 72A9 #72A9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A91 #4A91CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F75 #2F75B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255D #255D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B42 #1B4265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | 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: #CBDFF1;
--steel-blue-300: #A2C7E6;
--steel-blue-400: #72A9DA;
--steel-blue-500: #4A91CF;
--steel-blue-600: #2F75B1;
--steel-blue-700: #255D8D;
--steel-blue-800: #1B4265;
--steel-blue-900: #112A40;
--steel-blue-950: #0B1A28;
}