Steel Blue
#4398D6
BlueColor Codes
All color formats for development
HEX
#4398D6RGB
rgb(67, 152, 214)HSL
hsl(205, 64%, 55%)OKLCH
oklch(0.655 0.124 243.5)CMYK
cmyk(69%, 29%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D8CCF
2#287CB8
3#236DA1
4#1E5D8A
5#194E73
6#143E5C
7#0F2F45
8#0A1F2E
9#051017
Tints
Lighter variations
1#56A3DA
2#68ADDE
3#7BB7E2
4#8EC1E6
5#A1CCEA
6#B4D6EE
7#C7E0F3
8#D9EAF7
9#ECF5FB
Tones
Muted variations
1#4A97CE
2#5196C7
3#5995C0
4#6094B8
5#6892B1
6#6F91AA
7#7690A2
8#7E8F9B
9#858D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBEA | BordersInactive statesPlaceholder text |
| 400 | 6DAF #6DAFDF | Disabled statesSecondary iconsMuted text |
| 500 | 4398 #4398D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287C #287CB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2063 #206392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1747 #174769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | 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: #E2EFF9;
--steel-blue-200: #C9E1F3;
--steel-blue-300: #9FCBEA;
--steel-blue-400: #6DAFDF;
--steel-blue-500: #4398D6;
--steel-blue-600: #287CB8;
--steel-blue-700: #206392;
--steel-blue-800: #174769;
--steel-blue-900: #0F2D43;
--steel-blue-950: #091C2A;
}