Steel Blue
#4A8ECF
BlueColor Codes
All color formats for development
HEX
#4A8ECFRGB
rgb(74, 142, 207)HSL
hsl(209, 58%, 55%)OKLCH
oklch(0.631 0.12 249.3)CMYK
cmyk(64%, 31%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3581C7
2#2F72B1
3#29649B
4#235685
5#1D476F
6#183959
7#122B42
8#0C1D2C
9#060E16
Tints
Lighter variations
1#5C9AD4
2#6EA5D8
3#80B0DD
4#92BBE2
5#A4C7E7
6#B6D2EC
7#C9DDF1
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#508EC8
2#578EC1
3#5E8EBB
4#648EB4
5#6B8DAE
6#728DA7
7#788DA0
8#7F8D9A
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C5 #A2C5E6 | BordersInactive statesPlaceholder text |
| 400 | 72A7 #72A7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8E #4A8ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F72 #2F72B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255B #255B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B41 #1B4165 | 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: #F3F7FC;
--steel-blue-100: #E3EDF8;
--steel-blue-200: #CBDEF1;
--steel-blue-300: #A2C5E6;
--steel-blue-400: #72A7DA;
--steel-blue-500: #4A8ECF;
--steel-blue-600: #2F72B1;
--steel-blue-700: #255B8D;
--steel-blue-800: #1B4165;
--steel-blue-900: #112A40;
--steel-blue-950: #0B1A28;
}