Steel Blue
#4C8ECD
BlueColor Codes
All color formats for development
HEX
#4C8ECDRGB
rgb(76, 142, 205)HSL
hsl(209, 56%, 55%)OKLCH
oklch(0.631 0.117 249.2)CMYK
cmyk(63%, 31%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3881C5
2#3172AF
3#2B6499
4#255683
5#1F476D
6#193958
7#132B42
8#0C1D2C
9#060E16
Tints
Lighter variations
1#5E9AD2
2#70A5D7
3#82B0DC
4#94BBE1
5#A5C7E6
6#B7D2EB
7#C9DDF0
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#528EC6
2#598EC0
3#5F8EB9
4#668EB3
5#6C8DAC
6#738DA6
7#798DA0
8#7F8D99
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 | A4C5 #A4C5E5 | BordersInactive statesPlaceholder text |
| 400 | 74A7 #74A7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C8E #4C8ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3172 #3172AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275B #275B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C41 #1C4163 | 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: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CBDEF0;
--steel-blue-300: #A4C5E5;
--steel-blue-400: #74A7D8;
--steel-blue-500: #4C8ECD;
--steel-blue-600: #3172AF;
--steel-blue-700: #275B8B;
--steel-blue-800: #1C4163;
--steel-blue-900: #122A40;
--steel-blue-950: #0B1A28;
}