Steel Blue
#4F7AC9
BlueColor Codes
All color formats for development
HEX
#4F7AC9RGB
rgb(79, 122, 201)HSL
hsl(219, 53%, 55%)OKLCH
oklch(0.586 0.131 261.6)CMYK
cmyk(61%, 39%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6AC1
2#355EAC
3#2E5396
4#284781
5#213B6B
6#1A2F56
7#142340
8#0D182B
9#070C15
Tints
Lighter variations
1#6187CE
2#7395D4
3#84A2D9
4#96AFDF
5#A7BDE4
6#B9CAE9
7#CAD7EF
8#DCE4F4
9#EDF2FA
Tones
Muted variations
1#567CC3
2#5C7EBD
3#627FB7
4#6881B1
5#6E83AB
6#7485A5
7#7A879E
8#808998
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BB #A5BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7698 #7698D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7A #4F7AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355E #355EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4B #2A4B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E36 #1E3662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1322 #13223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF7;
--steel-blue-200: #CCD9EF;
--steel-blue-300: #A5BBE3;
--steel-blue-400: #7698D5;
--steel-blue-500: #4F7AC9;
--steel-blue-600: #355EAC;
--steel-blue-700: #2A4B89;
--steel-blue-800: #1E3662;
--steel-blue-900: #13223E;
--steel-blue-950: #0C1527;
}