Steel Blue
#3E94DA
BlueColor Codes
All color formats for development
HEX
#3E94DARGB
rgb(62, 148, 218)HSL
hsl(207, 68%, 55%)OKLCH
oklch(0.646 0.133 246.5)CMYK
cmyk(72%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2887D4
2#2478BC
3#1F69A5
4#1B5A8D
5#164B76
6#123C5E
7#0D2D47
8#091E2F
9#040F18
Tints
Lighter variations
1#519FDE
2#65A9E2
3#78B4E5
4#8BBFE9
5#9FCAED
6#B2D4F0
7#C5DFF4
8#D8EAF8
9#ECF4FB
Tones
Muted variations
1#4693D2
2#4E92CB
3#5692C3
4#5D91BB
5#6590B3
6#6D8FAB
7#758FA4
8#7D8E9C
9#848D94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8EC | BordersInactive statesPlaceholder text |
| 400 | 69AC #69ACE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E94 #3E94DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2478 #2478BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5F #1D5F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EEF9;
--steel-blue-200: #C7E0F4;
--steel-blue-300: #9CC8EC;
--steel-blue-400: #69ACE2;
--steel-blue-500: #3E94DA;
--steel-blue-600: #2478BC;
--steel-blue-700: #1D5F96;
--steel-blue-800: #14446B;
--steel-blue-900: #0D2C45;
--steel-blue-950: #081B2B;
}