Steel Blue
#4291D7
BlueColor Codes
All color formats for development
HEX
#4291D7RGB
rgb(66, 145, 215)HSL
hsl(208, 65%, 55%)OKLCH
oklch(0.639 0.131 248.2)CMYK
cmyk(69%, 33%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C84D0
2#2775B9
3#2266A2
4#1D588B
5#194974
6#143B5D
7#0F2C45
8#0A1D2E
9#050F17
Tints
Lighter variations
1#559CDB
2#68A7DF
3#7AB2E3
4#8DBDE7
5#A0C8EB
6#B3D3EF
7#C6DEF3
8#D9E9F7
9#ECF4FB
Tones
Muted variations
1#4991CF
2#5190C8
3#5890C0
4#5F8FB9
5#678FB2
6#6E8EAA
7#768EA3
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 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EA | BordersInactive statesPlaceholder text |
| 400 | 6CAA #6CAAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4291 #4291D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2775 #2775B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5D #1F5D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #164369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E2EEF9;
--steel-blue-200: #C8DFF3;
--steel-blue-300: #9EC7EA;
--steel-blue-400: #6CAAE0;
--steel-blue-500: #4291D7;
--steel-blue-600: #2775B9;
--steel-blue-700: #1F5D93;
--steel-blue-800: #164369;
--steel-blue-900: #0E2B43;
--steel-blue-950: #091B2A;
}