Steel Blue
#246BBC
BlueColor Codes
All color formats for development
HEX
#246BBCRGB
rgb(36, 107, 188)HSL
hsl(212, 68%, 44%)OKLCH
oklch(0.527 0.145 254.6)CMYK
cmyk(81%, 43%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2060AA
2#1D5697
3#194B84
4#164071
5#12365E
6#0E2B4B
7#0B2039
8#071526
9#040B13
Tints
Lighter variations
1#2879D4
2#3F88DA
3#5797DF
4#6FA5E4
5#87B4E8
6#9FC3ED
7#B7D2F1
8#CFE1F6
9#E7F0FA
Tones
Muted variations
1#2C6CB5
2#336CAD
3#3B6DA6
4#426D9E
5#4A6E96
6#526E8F
7#596F87
8#616F7F
9#697078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC2 #9CC2EC | BordersInactive statesPlaceholder text |
| 400 | 69A2 #69A2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E87 #3E87DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 246B #246BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D55 #1D5596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2745 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E1ECF9;
--steel-blue-200: #C7DCF4;
--steel-blue-300: #9CC2EC;
--steel-blue-400: #69A2E2;
--steel-blue-500: #3E87DA;
--steel-blue-600: #246BBC;
--steel-blue-700: #1D5596;
--steel-blue-800: #143D6B;
--steel-blue-900: #0D2745;
--steel-blue-950: #08182B;
}