Steel Blue
#4A8CCF
BlueColor Codes
All color formats for development
HEX
#4A8CCFRGB
rgb(74, 140, 207)HSL
hsl(210, 58%, 55%)OKLCH
oklch(0.627 0.122 250.7)CMYK
cmyk(64%, 32%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357EC7
2#2F70B1
3#29629B
4#235485
5#1D466F
6#183859
7#122A42
8#0C1C2C
9#060E16
Tints
Lighter variations
1#5C98D4
2#6EA3D8
3#80AFDD
4#92BAE2
5#A4C6E7
6#B6D1EC
7#C9DDF1
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#508CC8
2#578CC1
3#5E8CBB
4#648CB4
5#6B8CAE
6#728CA7
7#788CA0
8#7F8C9A
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 | A2C4 #A2C4E6 | BordersInactive statesPlaceholder text |
| 400 | 72A6 #72A6DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8C #4A8CCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F70 #2F70B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2559 #25598D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B40 #1B4065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1129 #112940 | 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: #A2C4E6;
--steel-blue-400: #72A6DA;
--steel-blue-500: #4A8CCF;
--steel-blue-600: #2F70B1;
--steel-blue-700: #25598D;
--steel-blue-800: #1B4065;
--steel-blue-900: #112940;
--steel-blue-950: #0B1A28;
}