Steel Blue
#267ABA
BlueColor Codes
All color formats for development
HEX
#267ABARGB
rgb(38, 122, 186)HSL
hsl(206, 66%, 44%)OKLCH
oklch(0.561 0.126 246.2)CMYK
cmyk(80%, 34%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#226EA8
2#1F6295
3#1B5582
4#174970
5#133D5D
6#0F314B
7#0B2538
8#081825
9#040C13
Tints
Lighter variations
1#2B8AD2
2#4197D8
3#59A4DD
4#71B1E2
5#88BEE7
6#A0CBEC
7#B8D8F0
8#D0E5F5
9#E7F2FA
Tones
Muted variations
1#2E79B3
2#3578AB
3#3C77A4
4#44769D
5#4B7595
6#53748E
7#5A7386
8#61727F
9#697178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECA #9ECAEB | BordersInactive statesPlaceholder text |
| 400 | 6BAE #6BAEE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4196 #4196D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 267A #267ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E61 #1E6194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1645 #16456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2C #0E2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FC;
--steel-blue-100: #E1EFF9;
--steel-blue-200: #C8E1F4;
--steel-blue-300: #9ECAEB;
--steel-blue-400: #6BAEE1;
--steel-blue-500: #4196D8;
--steel-blue-600: #267ABA;
--steel-blue-700: #1E6194;
--steel-blue-800: #16456A;
--steel-blue-900: #0E2C44;
--steel-blue-950: #091C2A;
}