Steel Blue
#4F92C9
BlueColor Codes
All color formats for development
HEX
#4F92C9RGB
rgb(79, 146, 201)HSL
hsl(207, 53%, 55%)OKLCH
oklch(0.639 0.108 245.4)CMYK
cmyk(61%, 27%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B85C1
2#3576AC
3#2E6796
4#285981
5#214A6B
6#1A3B56
7#142C40
8#0D1E2B
9#070F15
Tints
Lighter variations
1#619DCE
2#73A8D4
3#84B3D9
4#96BEDF
5#A7C9E4
6#B9D4E9
7#CADEEF
8#DCE9F4
9#EDF4FA
Tones
Muted variations
1#5692C3
2#5C91BD
3#6291B7
4#6890B1
5#6E8FAB
6#748FA5
7#7A8E9E
8#808D98
9#868D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C7 #A5C7E3 | BordersInactive statesPlaceholder text |
| 400 | 76AA #76AAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F92 #4F92C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3576 #3576AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A5E #2A5E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E43 #1E4362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132B #132B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EEF7;
--steel-blue-200: #CCE0EF;
--steel-blue-300: #A5C7E3;
--steel-blue-400: #76AAD5;
--steel-blue-500: #4F92C9;
--steel-blue-600: #3576AC;
--steel-blue-700: #2A5E89;
--steel-blue-800: #1E4362;
--steel-blue-900: #132B3E;
--steel-blue-950: #0C1B27;
}