Steel Blue
#708BDB
BlueColor Codes
All color formats for development
HEX
#708BDBRGB
rgb(112, 139, 219)HSL
hsl(225, 60%, 65%)OKLCH
oklch(0.651 0.124 268.7)CMYK
cmyk(49%, 37%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5675D5
2#3B60CE
3#2E51BA
4#28469F
5#213A85
6#1B2E6A
7#142350
8#0D1735
9#070C1B
Tints
Lighter variations
1#7E97DF
2#8DA2E2
3#9BAEE6
4#A9B9EA
5#B8C5ED
6#C6D1F1
7#D4DCF4
8#E2E8F8
9#F1F3FB
Tones
Muted variations
1#768ED6
2#7B90D1
3#8093CB
4#8696C6
5#8B98C1
6#909BBB
7#969EB6
8#9BA0B0
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B3 #A1B3E8 | BordersInactive statesPlaceholder text |
| 400 | 708B #708BDB | Disabled statesSecondary iconsMuted text |
| 500 | 476A #476AD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D4F #2D4FB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 243E #243E8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2D #1A2D66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101D #101D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E2E8F8;
--steel-blue-200: #CAD4F2;
--steel-blue-300: #A1B3E8;
--steel-blue-400: #708BDB;
--steel-blue-500: #476AD1;
--steel-blue-600: #2D4FB4;
--steel-blue-700: #243E8F;
--steel-blue-800: #1A2D66;
--steel-blue-900: #101D41;
--steel-blue-950: #0A1229;
}