Steel Blue
#4D77CB
BlueColor Codes
All color formats for development
HEX
#4D77CBRGB
rgb(77, 119, 203)HSL
hsl(220, 55%, 55%)OKLCH
oklch(0.58 0.138 262.8)CMYK
cmyk(62%, 41%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3967C4
2#325CAE
3#2C5098
4#264582
5#20396D
6#192E57
7#132241
8#0D172B
9#060B16
Tints
Lighter variations
1#5F85D1
2#7192D6
3#82A0DB
4#94AEE0
5#A6BBE5
6#B8C9EA
7#CAD6F0
8#DBE4F5
9#EDF1FA
Tones
Muted variations
1#5379C5
2#5A7BBF
3#607EB8
4#6680B2
5#6D82AC
6#7384A5
7#79869F
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 | CCD8 #CCD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BA #A4BAE5 | BordersInactive statesPlaceholder text |
| 400 | 7595 #7595D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D77 #4D77CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 325C #325CAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2849 #28498A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D34 #1D3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #12213F | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | 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: #CCD8F0;
--steel-blue-300: #A4BAE5;
--steel-blue-400: #7595D7;
--steel-blue-500: #4D77CB;
--steel-blue-600: #325CAE;
--steel-blue-700: #28498A;
--steel-blue-800: #1D3463;
--steel-blue-900: #12213F;
--steel-blue-950: #0B1528;
}