Steel Blue
#4A86CF
BlueColor Codes
All color formats for development
HEX
#4A86CFRGB
rgb(74, 134, 207)HSL
hsl(213, 58%, 55%)OKLCH
oklch(0.613 0.128 254.5)CMYK
cmyk(64%, 35%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3577C7
2#2F6AB1
3#295C9B
4#234F85
5#1D426F
6#183559
7#122842
8#0C1A2C
9#060D16
Tints
Lighter variations
1#5C92D4
2#6E9ED8
3#80AADD
4#92B6E2
5#A4C2E7
6#B6CEEC
7#C9DBF1
8#DBE7F5
9#EDF3FA
Tones
Muted variations
1#5086C8
2#5787C1
3#5E88BB
4#6488B4
5#6B89AE
6#728AA7
7#788AA0
8#7F8B9A
9#868C93
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 | CBDC #CBDCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C1 #A2C1E6 | BordersInactive statesPlaceholder text |
| 400 | 72A1 #72A1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A86 #4A86CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6A #2F6AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2554 #25548D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3C #1B3C65 | 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: #CBDCF1;
--steel-blue-300: #A2C1E6;
--steel-blue-400: #72A1DA;
--steel-blue-500: #4A86CF;
--steel-blue-600: #2F6AB1;
--steel-blue-700: #25548D;
--steel-blue-800: #1B3C65;
--steel-blue-900: #112640;
--steel-blue-950: #0B1828;
}