Steel Blue
#4D75CB
BlueColor Codes
All color formats for development
HEX
#4D75CBRGB
rgb(77, 117, 203)HSL
hsl(221, 55%, 55%)OKLCH
oklch(0.575 0.14 263.8)CMYK
cmyk(62%, 42%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3965C4
2#325AAE
3#2C4E98
4#264382
5#20386D
6#192D57
7#132241
8#0D162B
9#060B16
Tints
Lighter variations
1#5F83D1
2#7191D6
3#829EDB
4#94ACE0
5#A6BAE5
6#B8C8EA
7#CAD6F0
8#DBE3F5
9#EDF1FA
Tones
Muted variations
1#5377C5
2#5A7ABF
3#607CB8
4#667EB2
5#6D81AC
6#7383A5
7#79859F
8#808899
9#868A93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7594 #7594D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D75 #4D75CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 325A #325AAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2847 #28478A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #12213F | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF7;
--steel-blue-200: #CCD7F0;
--steel-blue-300: #A4B9E5;
--steel-blue-400: #7594D7;
--steel-blue-500: #4D75CB;
--steel-blue-600: #325AAE;
--steel-blue-700: #28478A;
--steel-blue-800: #1D3363;
--steel-blue-900: #12213F;
--steel-blue-950: #0B1428;
}