Steel Blue
#4C8CCD
BlueColor Codes
All color formats for development
HEX
#4C8CCDRGB
rgb(76, 140, 205)HSL
hsl(210, 56%, 55%)OKLCH
oklch(0.626 0.119 250.6)CMYK
cmyk(63%, 32%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387EC5
2#3170AF
3#2B6299
4#255483
5#1F466D
6#193858
7#132A42
8#0C1C2C
9#060E16
Tints
Lighter variations
1#5E98D2
2#70A3D7
3#82AFDC
4#94BAE1
5#A5C6E6
6#B7D1EB
7#C9DDF0
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#528CC6
2#598CC0
3#5F8CB9
4#668CB3
5#6C8CAC
6#738CA6
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 | CBDE #CBDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C4 #A4C4E5 | BordersInactive statesPlaceholder text |
| 400 | 74A6 #74A6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C8C #4C8CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3170 #3170AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2759 #27598B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C40 #1C4063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1229 #122940 | 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: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CBDEF0;
--steel-blue-300: #A4C4E5;
--steel-blue-400: #74A6D8;
--steel-blue-500: #4C8CCD;
--steel-blue-600: #3170AF;
--steel-blue-700: #27598B;
--steel-blue-800: #1C4063;
--steel-blue-900: #122940;
--steel-blue-950: #0B1A28;
}