Steel Blue
#4196D8
BlueColor Codes
All color formats for development
HEX
#4196D8RGB
rgb(65, 150, 216)HSL
hsl(206, 66%, 55%)OKLCH
oklch(0.651 0.128 245.2)CMYK
cmyk(70%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B89D2
2#267ABA
3#216BA3
4#1D5C8C
5#184C74
6#133D5D
7#0E2E46
8#0A1F2F
9#050F17
Tints
Lighter variations
1#54A1DC
2#67ABE0
3#7AB6E4
4#8DC0E8
5#A0CBEB
6#B3D5EF
7#C6E0F3
8#D9EAF7
9#ECF5FB
Tones
Muted variations
1#4895D0
2#5094C9
3#5793C1
4#5F92BA
5#6691B2
6#6E90AB
7#768FA3
8#7D8E9B
9#858D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECA #9ECAEB | BordersInactive statesPlaceholder text |
| 400 | 6BAE #6BAEE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4196 #4196D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 267A #267ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E61 #1E6194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1645 #16456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2C #0E2C44 | 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: #F2F8FC;
--steel-blue-100: #E1EFF9;
--steel-blue-200: #C8E1F4;
--steel-blue-300: #9ECAEB;
--steel-blue-400: #6BAEE1;
--steel-blue-500: #4196D8;
--steel-blue-600: #267ABA;
--steel-blue-700: #1E6194;
--steel-blue-800: #16456A;
--steel-blue-900: #0E2C44;
--steel-blue-950: #091C2A;
}