Steel Blue
#4A95CF
BlueColor Codes
All color formats for development
HEX
#4A95CFRGB
rgb(74, 149, 207)HSL
hsl(206, 58%, 55%)OKLCH
oklch(0.647 0.115 244.3)CMYK
cmyk(64%, 28%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3588C7
2#2F79B1
3#296A9B
4#235B85
5#1D4C6F
6#183C59
7#122D42
8#0C1E2C
9#060F16
Tints
Lighter variations
1#5CA0D4
2#6EAAD8
3#80B5DD
4#92BFE2
5#A4CAE7
6#B6D5EC
7#C9DFF1
8#DBEAF5
9#EDF4FA
Tones
Muted variations
1#5094C8
2#5793C1
3#5E92BB
4#6492B4
5#6B91AE
6#7290A7
7#788FA0
8#7F8E9A
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E6 | BordersInactive statesPlaceholder text |
| 400 | 72AD #72ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A95 #4A95CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F79 #2F79B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B45 #1B4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF8;
--steel-blue-200: #CBE0F1;
--steel-blue-300: #A2C9E6;
--steel-blue-400: #72ADDA;
--steel-blue-500: #4A95CF;
--steel-blue-600: #2F79B1;
--steel-blue-700: #25608D;
--steel-blue-800: #1B4565;
--steel-blue-900: #112C40;
--steel-blue-950: #0B1B28;
}