Steel Blue
#718BDA
BlueColor Codes
All color formats for development
HEX
#718BDARGB
rgb(113, 139, 218)HSL
hsl(225, 59%, 65%)OKLCH
oklch(0.651 0.122 269)CMYK
cmyk(48%, 36%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5776D4
2#3C60CD
3#3052B8
4#29469E
5#223A84
6#1B2F69
7#14234F
8#0E1735
9#070C1A
Tints
Lighter variations
1#7F97DE
2#8DA3E2
3#9CAEE5
4#AABAE9
5#B8C5ED
6#C6D1F0
7#D4DCF4
8#E3E8F8
9#F1F3FB
Tones
Muted variations
1#768ED5
2#7C91D0
3#8193CB
4#8696C5
5#8B99C0
6#919BBB
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 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B3 #A2B3E7 | BordersInactive statesPlaceholder text |
| 400 | 718B #718BDA | Disabled statesSecondary iconsMuted text |
| 500 | 496A #496AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E4F #2E4FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253F #253F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2D #1A2D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111D #111D41 | 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: #E3E8F8;
--steel-blue-200: #CAD4F1;
--steel-blue-300: #A2B3E7;
--steel-blue-400: #718BDA;
--steel-blue-500: #496AD0;
--steel-blue-600: #2E4FB2;
--steel-blue-700: #253F8E;
--steel-blue-800: #1A2D65;
--steel-blue-900: #111D41;
--steel-blue-950: #0A1229;
}