Steel Blue
#4F9AC9
BlueColor Codes
All color formats for development
HEX
#4F9AC9RGB
rgb(79, 154, 201)HSL
hsl(203, 53%, 55%)OKLCH
oklch(0.658 0.102 238.5)CMYK
cmyk(61%, 23%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B8EC1
2#357EAC
3#2E6E96
4#285F81
5#214F6B
6#1A3F56
7#142F40
8#0D202B
9#071015
Tints
Lighter variations
1#61A4CE
2#73AFD4
3#84B9D9
4#96C3DF
5#A7CDE4
6#B9D7E9
7#CAE1EF
8#DCEBF4
9#EDF5FA
Tones
Muted variations
1#5699C3
2#5C98BD
3#6296B7
4#6895B1
5#6E93AB
6#7492A5
7#7A919E
8#808F98
9#868E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE2 #CCE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CC #A5CCE3 | BordersInactive statesPlaceholder text |
| 400 | 76B1 #76B1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F9A #4F9AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 357E #357EAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A64 #2A6489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E48 #1E4862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132E #132E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EFF7;
--steel-blue-200: #CCE2EF;
--steel-blue-300: #A5CCE3;
--steel-blue-400: #76B1D5;
--steel-blue-500: #4F9AC9;
--steel-blue-600: #357EAC;
--steel-blue-700: #2A6489;
--steel-blue-800: #1E4862;
--steel-blue-900: #132E3E;
--steel-blue-950: #0C1D27;
}