Steel Blue
#4D95CB
BlueColor Codes
All color formats for development
HEX
#4D95CBRGB
rgb(77, 149, 203)HSL
hsl(206, 55%, 55%)OKLCH
oklch(0.646 0.109 243.3)CMYK
cmyk(62%, 27%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3987C4
2#3278AE
3#2C6998
4#265A82
5#204B6D
6#193C57
7#132D41
8#0D1E2B
9#060F16
Tints
Lighter variations
1#5F9FD1
2#71AAD6
3#82B5DB
4#94BFE0
5#A6CAE5
6#B8D4EA
7#CADFF0
8#DBEAF5
9#EDF4FA
Tones
Muted variations
1#5394C5
2#5A93BF
3#6092B8
4#6691B2
5#6D90AC
6#7390A5
7#798F9F
8#808E99
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C9 #A4C9E5 | BordersInactive statesPlaceholder text |
| 400 | 75AC #75ACD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D95 #4D95CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3278 #3278AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2860 #28608A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122C #122C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF7;
--steel-blue-200: #CCE0F0;
--steel-blue-300: #A4C9E5;
--steel-blue-400: #75ACD7;
--steel-blue-500: #4D95CB;
--steel-blue-600: #3278AE;
--steel-blue-700: #28608A;
--steel-blue-800: #1D4463;
--steel-blue-900: #122C3F;
--steel-blue-950: #0B1B28;
}