Steel Blue
#419ED8
BlueColor Codes
All color formats for development
HEX
#419ED8RGB
rgb(65, 158, 216)HSL
hsl(203, 66%, 55%)OKLCH
oklch(0.669 0.122 239.8)CMYK
cmyk(70%, 27%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B92D2
2#2681BA
3#2171A3
4#1D618C
5#185174
6#13415D
7#0E3146
8#0A202F
9#051017
Tints
Lighter variations
1#54A8DC
2#67B1E0
3#7ABBE4
4#8DC5E8
5#A0CEEB
6#B3D8EF
7#C6E2F3
8#D9ECF7
9#ECF5FB
Tones
Muted variations
1#489CD0
2#509AC9
3#5799C1
4#5F97BA
5#6695B2
6#6E93AB
7#7692A3
8#7D909B
9#858E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E3 #C8E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECD #9ECDEB | BordersInactive statesPlaceholder text |
| 400 | 6BB3 #6BB3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 419E #419ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2681 #2681BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E67 #1E6794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 164A #164A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2F #0E2F44 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C8E3F4;
--steel-blue-300: #9ECDEB;
--steel-blue-400: #6BB3E1;
--steel-blue-500: #419ED8;
--steel-blue-600: #2681BA;
--steel-blue-700: #1E6794;
--steel-blue-800: #164A6A;
--steel-blue-900: #0E2F44;
--steel-blue-950: #091D2A;
}