Steel Blue
#4D8ECB
BlueColor Codes
All color formats for development
HEX
#4D8ECBRGB
rgb(77, 142, 203)HSL
hsl(209, 55%, 55%)OKLCH
oklch(0.63 0.114 248.7)CMYK
cmyk(62%, 30%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3981C4
2#3272AE
3#2C6498
4#265682
5#20476D
6#193957
7#132B41
8#0D1D2B
9#060E16
Tints
Lighter variations
1#5F9AD1
2#71A5D6
3#82B0DB
4#94BBE0
5#A6C7E5
6#B8D2EA
7#CADDF0
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#538EC5
2#5A8EBF
3#608EB8
4#668EB2
5#6D8DAC
6#738DA5
7#798D9F
8#808D99
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 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C5 #A4C5E5 | BordersInactive statesPlaceholder text |
| 400 | 75A7 #75A7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D8E #4D8ECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3272 #3272AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285B #285B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D41 #1D4163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A3F | 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: #CCDEF0;
--steel-blue-300: #A4C5E5;
--steel-blue-400: #75A7D7;
--steel-blue-500: #4D8ECB;
--steel-blue-600: #3272AE;
--steel-blue-700: #285B8A;
--steel-blue-800: #1D4163;
--steel-blue-900: #122A3F;
--steel-blue-950: #0B1A28;
}