Steel Blue
#4D9BCB
BlueColor Codes
All color formats for development
HEX
#4D9BCBRGB
rgb(77, 155, 203)HSL
hsl(203, 55%, 55%)OKLCH
oklch(0.66 0.105 238.2)CMYK
cmyk(62%, 24%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#398EC4
2#327FAE
3#2C6F98
4#265F82
5#204F6D
6#193F57
7#132F41
8#0D202B
9#061016
Tints
Lighter variations
1#5FA5D1
2#71AFD6
3#82B9DB
4#94C3E0
5#A6CDE5
6#B8D7EA
7#CAE1F0
8#DBEBF5
9#EDF5FA
Tones
Muted variations
1#539AC5
2#5A98BF
3#6097B8
4#6695B2
5#6D94AC
6#7392A5
7#79919F
8#808F99
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE2 #CCE2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CC #A4CCE5 | BordersInactive statesPlaceholder text |
| 400 | 75B1 #75B1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9B #4D9BCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 327F #327FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2865 #28658A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D48 #1D4863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF7;
--steel-blue-200: #CCE2F0;
--steel-blue-300: #A4CCE5;
--steel-blue-400: #75B1D7;
--steel-blue-500: #4D9BCB;
--steel-blue-600: #327FAE;
--steel-blue-700: #28658A;
--steel-blue-800: #1D4863;
--steel-blue-900: #122E3F;
--steel-blue-950: #0B1D28;
}