Steel Blue
#246EBC
BlueColor Codes
All color formats for development
HEX
#246EBCRGB
rgb(36, 110, 188)HSL
hsl(211, 68%, 44%)OKLCH
oklch(0.534 0.142 253.2)CMYK
cmyk(81%, 41%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2063AA
2#1D5897
3#194D84
4#164271
5#12375E
6#0E2C4B
7#0B2139
8#071626
9#040B13
Tints
Lighter variations
1#287CD4
2#3F8ADA
3#5799DF
4#6FA7E4
5#87B6E8
6#9FC5ED
7#B7D3F1
8#CFE2F6
9#E7F0FA
Tones
Muted variations
1#2C6EB5
2#336EAD
3#3B6EA6
4#426F9E
5#4A6F96
6#526F8F
7#596F87
8#61707F
9#697078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DD #C7DDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC3 #9CC3EC | BordersInactive statesPlaceholder text |
| 400 | 69A4 #69A4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E8A #3E8ADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 246E #246EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D57 #1D5796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143E #143E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D28 #0D2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1EDF9;
--steel-blue-200: #C7DDF4;
--steel-blue-300: #9CC3EC;
--steel-blue-400: #69A4E2;
--steel-blue-500: #3E8ADA;
--steel-blue-600: #246EBC;
--steel-blue-700: #1D5796;
--steel-blue-800: #143E6B;
--steel-blue-900: #0D2845;
--steel-blue-950: #08192B;
}