Steel Blue
#418FD8
BlueColor Codes
All color formats for development
HEX
#418FD8RGB
rgb(65, 143, 216)HSL
hsl(209, 66%, 55%)OKLCH
oklch(0.635 0.134 249.5)CMYK
cmyk(70%, 34%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B81D2
2#2673BA
3#2164A3
4#1D568C
5#184874
6#13395D
7#0E2B46
8#0A1D2F
9#050E17
Tints
Lighter variations
1#549ADC
2#67A5E0
3#7AB0E4
4#8DBCE8
5#A0C7EB
6#B3D2EF
7#C6DDF3
8#D9E9F7
9#ECF4FB
Tones
Muted variations
1#488FD0
2#508EC9
3#578EC1
4#5F8EBA
5#668EB2
6#6E8DAB
7#768DA3
8#7D8D9B
9#858D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC6 #9EC6EB | BordersInactive statesPlaceholder text |
| 400 | 6BA8 #6BA8E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418F #418FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2673 #2673BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5B #1E5B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #16416A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A44 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E1EEF9;
--steel-blue-200: #C8DFF4;
--steel-blue-300: #9EC6EB;
--steel-blue-400: #6BA8E1;
--steel-blue-500: #418FD8;
--steel-blue-600: #2673BA;
--steel-blue-700: #1E5B94;
--steel-blue-800: #16416A;
--steel-blue-900: #0E2A44;
--steel-blue-950: #091A2A;
}