Steel Blue
#4C97CD
BlueColor Codes
All color formats for development
HEX
#4C97CDRGB
rgb(76, 151, 205)HSL
hsl(205, 56%, 55%)OKLCH
oklch(0.651 0.11 242.4)CMYK
cmyk(63%, 26%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#388AC5
2#317BAF
3#2B6B99
4#255C83
5#1F4D6D
6#193D58
7#132E42
8#0C1F2C
9#060F16
Tints
Lighter variations
1#5EA1D2
2#70ACD7
3#82B6DC
4#94C1E1
5#A5CBE6
6#B7D5EB
7#C9E0F0
8#DBEAF5
9#EDF5FA
Tones
Muted variations
1#5296C6
2#5995C0
3#5F94B9
4#6693B3
5#6C92AC
6#7391A6
7#798FA0
8#7F8E99
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE1 #CBE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CA #A4CAE5 | BordersInactive statesPlaceholder text |
| 400 | 74AE #74AED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C97 #4C97CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 317B #317BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2762 #27628B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C46 #1C4663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF7;
--steel-blue-200: #CBE1F0;
--steel-blue-300: #A4CAE5;
--steel-blue-400: #74AED8;
--steel-blue-500: #4C97CD;
--steel-blue-600: #317BAF;
--steel-blue-700: #27628B;
--steel-blue-800: #1C4663;
--steel-blue-900: #122D40;
--steel-blue-950: #0B1C28;
}