Steel Blue
#3E9CDA
BlueColor Codes
All color formats for development
HEX
#3E9CDARGB
rgb(62, 156, 218)HSL
hsl(204, 68%, 55%)OKLCH
oklch(0.665 0.127 241.5)CMYK
cmyk(72%, 28%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#288FD4
2#247FBC
3#1F70A5
4#1B608D
5#165076
6#12405E
7#0D3047
8#09202F
9#041018
Tints
Lighter variations
1#51A6DE
2#65B0E2
3#78BAE5
4#8BC4E9
5#9FCDED
6#B2D7F0
7#C5E1F4
8#D8EBF8
9#ECF5FB
Tones
Muted variations
1#469AD2
2#4E99CB
3#5697C3
4#5D96BB
5#6594B3
6#6D92AB
7#7591A4
8#7D8F9C
9#848E94
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCEC | BordersInactive statesPlaceholder text |
| 400 | 69B2 #69B2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9C #3E9CDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247F #247FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D65 #1D6596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1448 #14486B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1F0F9;
--steel-blue-200: #C7E2F4;
--steel-blue-300: #9CCCEC;
--steel-blue-400: #69B2E2;
--steel-blue-500: #3E9CDA;
--steel-blue-600: #247FBC;
--steel-blue-700: #1D6596;
--steel-blue-800: #14486B;
--steel-blue-900: #0D2E45;
--steel-blue-950: #081D2B;
}