Steel Blue
#4496D5
BlueColor Codes
All color formats for development
HEX
#4496D5RGB
rgb(68, 150, 213)HSL
hsl(206, 63%, 55%)OKLCH
oklch(0.65 0.123 244.7)CMYK
cmyk(68%, 30%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F89CE
2#2A7AB7
3#246AA0
4#1F5B89
5#1A4C72
6#153D5B
7#102E45
8#0A1E2E
9#050F17
Tints
Lighter variations
1#57A0D9
2#69ABDD
3#7CB5E1
4#8FC0E6
5#A1CAEA
6#B4D5EE
7#C7DFF2
8#DAEAF7
9#ECF4FB
Tones
Muted variations
1#4B95CD
2#5294C6
3#5A93BF
4#6192B8
5#6891B0
6#6F90A9
7#778FA2
8#7E8E9B
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAD #6EADDE | Disabled statesSecondary iconsMuted text |
| 500 | 4496 #4496D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7A #2A7AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2161 #216191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1845 #184568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EFF8;
--steel-blue-200: #C9E1F3;
--steel-blue-300: #9FC9E9;
--steel-blue-400: #6EADDE;
--steel-blue-500: #4496D5;
--steel-blue-600: #2A7AB7;
--steel-blue-700: #216191;
--steel-blue-800: #184568;
--steel-blue-900: #0F2C43;
--steel-blue-950: #091C2A;
}