Steel Blue
#3E9EDA
BlueColor Codes
All color formats for development
HEX
#3E9EDARGB
rgb(62, 158, 218)HSL
hsl(203, 68%, 55%)OKLCH
oklch(0.669 0.126 240.1)CMYK
cmyk(72%, 28%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2892D4
2#2482BC
3#1F72A5
4#1B628D
5#165176
6#12415E
7#0D3147
8#09212F
9#041018
Tints
Lighter variations
1#51A8DE
2#65B2E2
3#78BBE5
4#8BC5E9
5#9FCFED
6#B2D8F0
7#C5E2F4
8#D8ECF8
9#ECF5FB
Tones
Muted variations
1#469DD2
2#4E9BCB
3#5699C3
4#5D97BB
5#6595B3
6#6D94AB
7#7592A4
8#7D909C
9#848E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEEC | BordersInactive statesPlaceholder text |
| 400 | 69B4 #69B4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9E #3E9EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2482 #2482BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D67 #1D6796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C7E3F4;
--steel-blue-300: #9CCEEC;
--steel-blue-400: #69B4E2;
--steel-blue-500: #3E9EDA;
--steel-blue-600: #2482BC;
--steel-blue-700: #1D6796;
--steel-blue-800: #144A6B;
--steel-blue-900: #0D2F45;
--steel-blue-950: #081E2B;
}