Steel Blue
#4D82CB
BlueColor Codes
All color formats for development
HEX
#4D82CBRGB
rgb(77, 130, 203)HSL
hsl(215, 55%, 55%)OKLCH
oklch(0.603 0.126 256.8)CMYK
cmyk(62%, 36%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3973C4
2#3266AE
3#2C5998
4#264C82
5#20406D
6#193357
7#132641
8#0D192B
9#060D16
Tints
Lighter variations
1#5F8ED1
2#719BD6
3#82A7DB
4#94B4E0
5#A6C0E5
6#B8CDEA
7#CAD9F0
8#DBE6F5
9#EDF2FA
Tones
Muted variations
1#5383C5
2#5A84BF
3#6085B8
4#6686B2
5#6D87AC
6#7388A5
7#79899F
8#808A99
9#868B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDB #CCDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BF #A4BFE5 | BordersInactive statesPlaceholder text |
| 400 | 759E #759ED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D82 #4D82CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3266 #3266AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2851 #28518A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D3A #1D3A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1225 #12253F | Primary textHigh emphasis contentDark headings |
| 950 | 0B17 #0B1728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF7;
--steel-blue-200: #CCDBF0;
--steel-blue-300: #A4BFE5;
--steel-blue-400: #759ED7;
--steel-blue-500: #4D82CB;
--steel-blue-600: #3266AE;
--steel-blue-700: #28518A;
--steel-blue-800: #1D3A63;
--steel-blue-900: #12253F;
--steel-blue-950: #0B1728;
}