Steel Blue
#4A97CF
BlueColor Codes
All color formats for development
HEX
#4A97CFRGB
rgb(74, 151, 207)HSL
hsl(205, 58%, 55%)OKLCH
oklch(0.652 0.113 242.8)CMYK
cmyk(64%, 27%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#358AC7
2#2F7BB1
3#296C9B
4#235C85
5#1D4D6F
6#183E59
7#122E42
8#0C1F2C
9#060F16
Tints
Lighter variations
1#5CA2D4
2#6EACD8
3#80B6DD
4#92C1E2
5#A4CBE7
6#B6D6EC
7#C9E0F1
8#DBEAF5
9#EDF5FA
Tones
Muted variations
1#5096C8
2#5795C1
3#5E94BB
4#6493B4
5#6B92AE
6#7291A7
7#7890A0
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 | CBE1 #CBE1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CA #A2CAE6 | BordersInactive statesPlaceholder text |
| 400 | 72AE #72AEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A97 #4A97CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7B #2F7BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2562 #25628D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B46 #1B4665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112D #112D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | 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: #CBE1F1;
--steel-blue-300: #A2CAE6;
--steel-blue-400: #72AEDA;
--steel-blue-500: #4A97CF;
--steel-blue-600: #2F7BB1;
--steel-blue-700: #25628D;
--steel-blue-800: #1B4665;
--steel-blue-900: #112D40;
--steel-blue-950: #0B1C28;
}