Steel Blue
#4C8ACD
BlueColor Codes
All color formats for development
HEX
#4C8ACDRGB
rgb(76, 138, 205)HSL
hsl(211, 56%, 55%)OKLCH
oklch(0.622 0.121 251.9)CMYK
cmyk(63%, 33%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387CC5
2#316EAF
3#2B6099
4#255383
5#1F456D
6#193758
7#132942
8#0C1C2C
9#060E16
Tints
Lighter variations
1#5E96D2
2#70A1D7
3#82ADDC
4#94B9E1
5#A5C5E6
6#B7D0EB
7#C9DCF0
8#DBE8F5
9#EDF3FA
Tones
Muted variations
1#528AC6
2#598BC0
3#5F8BB9
4#668BB3
5#6C8BAC
6#738BA6
7#798CA0
8#7F8C99
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C3 #A4C3E5 | BordersInactive statesPlaceholder text |
| 400 | 74A4 #74A4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C8A #4C8ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316E #316EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2758 #27588B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3F #1C3F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1228 #122840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CBDDF0;
--steel-blue-300: #A4C3E5;
--steel-blue-400: #74A4D8;
--steel-blue-500: #4C8ACD;
--steel-blue-600: #316EAF;
--steel-blue-700: #27588B;
--steel-blue-800: #1C3F63;
--steel-blue-900: #122840;
--steel-blue-950: #0B1928;
}