Steel Blue
#4C91CD
BlueColor Codes
All color formats for development
HEX
#4C91CDRGB
rgb(76, 145, 205)HSL
hsl(208, 56%, 55%)OKLCH
oklch(0.638 0.115 247)CMYK
cmyk(63%, 29%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3883C5
2#3174AF
3#2B6699
4#255783
5#1F496D
6#193A58
7#132C42
8#0C1D2C
9#060F16
Tints
Lighter variations
1#5E9CD2
2#70A7D7
3#82B2DC
4#94BDE1
5#A5C8E6
6#B7D3EB
7#C9DEF0
8#DBE9F5
9#EDF4FA
Tones
Muted variations
1#5290C6
2#5990C0
3#5F8FB9
4#668FB3
5#6C8EAC
6#738EA6
7#798EA0
8#7F8D99
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDF #CBDFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C7 #A4C7E5 | BordersInactive statesPlaceholder text |
| 400 | 74A9 #74A9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C91 #4C91CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3174 #3174AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275D #275D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C42 #1C4263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF7;
--steel-blue-200: #CBDFF0;
--steel-blue-300: #A4C7E5;
--steel-blue-400: #74A9D8;
--steel-blue-500: #4C91CD;
--steel-blue-600: #3174AF;
--steel-blue-700: #275D8B;
--steel-blue-800: #1C4263;
--steel-blue-900: #122A40;
--steel-blue-950: #0B1A28;
}