Steel Blue
#4F7CC9
BlueColor Codes
All color formats for development
HEX
#4F7CC9RGB
rgb(79, 124, 201)HSL
hsl(218, 53%, 55%)OKLCH
oklch(0.59 0.129 260.5)CMYK
cmyk(61%, 38%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B6CC1
2#3560AC
3#2E5496
4#284881
5#213C6B
6#1A3056
7#142440
8#0D182B
9#070C15
Tints
Lighter variations
1#6189CE
2#7396D4
3#84A3D9
4#96B0DF
5#A7BEE4
6#B9CBE9
7#CAD8EF
8#DCE5F4
9#EDF2FA
Tones
Muted variations
1#567EC3
2#5C7FBD
3#6281B7
4#6883B1
5#6E84AB
6#7486A5
7#7A879E
8#808998
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD9 #CCD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BC #A5BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7699 #7699D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F7C #4F7CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3560 #3560AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A4D #2A4D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E37 #1E3762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1323 #13233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EBF7;
--steel-blue-200: #CCD9EF;
--steel-blue-300: #A5BCE3;
--steel-blue-400: #7699D5;
--steel-blue-500: #4F7CC9;
--steel-blue-600: #3560AC;
--steel-blue-700: #2A4D89;
--steel-blue-800: #1E3762;
--steel-blue-900: #13233E;
--steel-blue-950: #0C1627;
}