Steel Blue
#708DDB
BlueColor Codes
All color formats for development
HEX
#708DDBRGB
rgb(112, 141, 219)HSL
hsl(224, 60%, 65%)OKLCH
oklch(0.655 0.121 267.5)CMYK
cmyk(49%, 36%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5678D5
2#3B62CE
3#2E54BA
4#28489F
5#213C85
6#1B306A
7#142450
8#0D1835
9#070C1B
Tints
Lighter variations
1#7E98DF
2#8DA4E2
3#9BAFE6
4#A9BAEA
5#B8C6ED
6#C6D1F1
7#D4DDF4
8#E2E8F8
9#F1F4FB
Tones
Muted variations
1#768FD6
2#7B92D1
3#8094CB
4#8697C6
5#8B99C1
6#909CBB
7#969EB6
8#9BA1B0
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 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B4 #A1B4E8 | BordersInactive statesPlaceholder text |
| 400 | 708D #708DDB | Disabled statesSecondary iconsMuted text |
| 500 | 476C #476CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D51 #2D51B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2440 #24408F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2E #1A2E66 | 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: #CAD5F2;
--steel-blue-300: #A1B4E8;
--steel-blue-400: #708DDB;
--steel-blue-500: #476CD1;
--steel-blue-600: #2D51B4;
--steel-blue-700: #24408F;
--steel-blue-800: #1A2E66;
--steel-blue-900: #101D41;
--steel-blue-950: #0A1229;
}