Steel Blue
#728ADA
BlueColor Codes
All color formats for development
HEX
#728ADARGB
rgb(114, 138, 218)HSL
hsl(226, 58%, 65%)OKLCH
oklch(0.649 0.123 270.1)CMYK
cmyk(48%, 37%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5874D3
2#3E5FCC
3#3150B7
4#2A459D
5#233983
6#1C2E69
7#15224F
8#0E1734
9#070B1A
Tints
Lighter variations
1#8096DD
2#8EA2E1
3#9CADE5
4#AAB9E9
5#B8C5EC
6#C7D0F0
7#D5DCF4
8#E3E8F8
9#F1F3FB
Tones
Muted variations
1#778DD4
2#7C90CF
3#8292CA
4#8795C5
5#8C98C0
6#919BBA
7#969DB5
8#9BA0B0
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 | A2B2 #A2B2E6 | BordersInactive statesPlaceholder text |
| 400 | 728A #728ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4A69 #4A69CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F4D #2F4DB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253E #253E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2C #1B2C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111C #111C40 | 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: #A2B2E6;
--steel-blue-400: #728ADA;
--steel-blue-500: #4A69CF;
--steel-blue-600: #2F4DB1;
--steel-blue-700: #253E8D;
--steel-blue-800: #1B2C65;
--steel-blue-900: #111C40;
--steel-blue-950: #0B1228;
}