Steel Blue
#718DDA
BlueColor Codes
All color formats for development
HEX
#718DDARGB
rgb(113, 141, 218)HSL
hsl(224, 59%, 65%)OKLCH
oklch(0.655 0.12 267.9)CMYK
cmyk(48%, 35%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5778D4
2#3C63CD
3#3054B8
4#29489E
5#223C84
6#1B3069
7#14244F
8#0E1835
9#070C1A
Tints
Lighter variations
1#7F99DE
2#8DA4E2
3#9CAFE5
4#AABBE9
5#B8C6ED
6#C6D1F0
7#D4DDF4
8#E3E8F8
9#F1F4FB
Tones
Muted variations
1#7690D5
2#7C92D0
3#8195CB
4#8697C5
5#8B99C0
6#919CBB
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 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B4 #A2B4E7 | BordersInactive statesPlaceholder text |
| 400 | 718D #718DDA | Disabled statesSecondary iconsMuted text |
| 500 | 496D #496DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E51 #2E51B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2541 #25418E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2E #1A2E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111E #111E41 | 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: #CAD5F1;
--steel-blue-300: #A2B4E7;
--steel-blue-400: #718DDA;
--steel-blue-500: #496DD0;
--steel-blue-600: #2E51B2;
--steel-blue-700: #25418E;
--steel-blue-800: #1A2E65;
--steel-blue-900: #111E41;
--steel-blue-950: #0A1229;
}