Steel Blue
#3EA6DA
BlueColor Codes
All color formats for development
HEX
#3EA6DARGB
rgb(62, 166, 218)HSL
hsl(200, 68%, 55%)OKLCH
oklch(0.688 0.121 234.4)CMYK
cmyk(72%, 24%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#289BD4
2#248ABC
3#1F78A5
4#1B678D
5#165676
6#12455E
7#0D3447
8#09222F
9#041118
Tints
Lighter variations
1#51AFDE
2#65B8E2
3#78C1E5
4#8BCAE9
5#9FD3ED
6#B2DCF0
7#C5E4F4
8#D8EDF8
9#ECF6FB
Tones
Muted variations
1#46A4D2
2#4EA1CB
3#569EC3
4#5D9CBB
5#6599B3
6#6D97AB
7#7594A4
8#7D919C
9#848F94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD2 #9CD2EC | BordersInactive statesPlaceholder text |
| 400 | 69BA #69BAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EA6 #3EA6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248A #248ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D6D #1D6D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E1F1F9;
--steel-blue-200: #C7E5F4;
--steel-blue-300: #9CD2EC;
--steel-blue-400: #69BAE2;
--steel-blue-500: #3EA6DA;
--steel-blue-600: #248ABC;
--steel-blue-700: #1D6D96;
--steel-blue-800: #144E6B;
--steel-blue-900: #0D3245;
--steel-blue-950: #081F2B;
}