Steel Blue
#728CDA
BlueColor Codes
All color formats for development
HEX
#728CDARGB
rgb(114, 140, 218)HSL
hsl(225, 58%, 65%)OKLCH
oklch(0.654 0.121 268.9)CMYK
cmyk(48%, 36%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5876D3
2#3E61CC
3#3152B7
4#2A479D
5#233B83
6#1C2F69
7#15234F
8#0E1834
9#070C1A
Tints
Lighter variations
1#8097DD
2#8EA3E1
3#9CAEE5
4#AABAE9
5#B8C5EC
6#C7D1F0
7#D5DCF4
8#E3E8F8
9#F1F3FB
Tones
Muted variations
1#778ED4
2#7C91CF
3#8294CA
4#8796C5
5#8C99C0
6#919BBA
7#969EB5
8#9BA1B0
9#A1A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD4 #CBD4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B3 #A2B3E6 | BordersInactive statesPlaceholder text |
| 400 | 728C #728CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A6B #4A6BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F50 #2F50B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253F #253F8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2D #1B2D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111D #111D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E3E8F8;
--steel-blue-200: #CBD4F1;
--steel-blue-300: #A2B3E6;
--steel-blue-400: #728CDA;
--steel-blue-500: #4A6BCF;
--steel-blue-600: #2F50B1;
--steel-blue-700: #253F8D;
--steel-blue-800: #1B2D65;
--steel-blue-900: #111D40;
--steel-blue-950: #0B1228;
}