Steel Blue
#718FDA
BlueColor Codes
All color formats for development
HEX
#718FDARGB
rgb(113, 143, 218)HSL
hsl(223, 59%, 65%)OKLCH
oklch(0.659 0.117 266.7)CMYK
cmyk(48%, 34%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#577AD4
2#3C65CD
3#3056B8
4#294A9E
5#223E84
6#1B3169
7#14254F
8#0E1935
9#070C1A
Tints
Lighter variations
1#7F9ADE
2#8DA5E2
3#9CB1E5
4#AABCE9
5#B8C7ED
6#C6D2F0
7#D4DDF4
8#E3E9F8
9#F1F4FB
Tones
Muted variations
1#7691D5
2#7C93D0
3#8196CB
4#8698C5
5#8B9AC0
6#919DBB
7#969FB6
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 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B5 #A2B5E7 | BordersInactive statesPlaceholder text |
| 400 | 718F #718FDA | Disabled statesSecondary iconsMuted text |
| 500 | 496F #496FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E54 #2E54B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2542 #25428E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2F #1A2F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111E #111E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E3E9F8;
--steel-blue-200: #CAD5F1;
--steel-blue-300: #A2B5E7;
--steel-blue-400: #718FDA;
--steel-blue-500: #496FD0;
--steel-blue-600: #2E54B2;
--steel-blue-700: #25428E;
--steel-blue-800: #1A2F65;
--steel-blue-900: #111E41;
--steel-blue-950: #0A1329;
}