Steel Blue
#276EB9
BlueColor Codes
All color formats for development
HEX
#276EB9RGB
rgb(39, 110, 185)HSL
hsl(211, 65%, 44%)OKLCH
oklch(0.533 0.137 252.9)CMYK
cmyk(79%, 41%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2363A7
2#1F5894
3#1B4D82
4#18426F
5#14375D
6#102C4A
7#0C2138
8#081625
9#040B13
Tints
Lighter variations
1#2C7CD1
2#438AD7
3#5A99DC
4#72A7E1
5#89B6E6
6#A1C5EB
7#B8D3F0
8#D0E2F5
9#E7F0FA
Tones
Muted variations
1#2F6EB2
2#366EAB
3#3D6EA3
4#446F9C
5#4C6F95
6#536F8D
7#5A6F86
8#62707F
9#697077
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EA | BordersInactive statesPlaceholder text |
| 400 | 6CA4 #6CA4E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428A #428AD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 276E #276EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F57 #1F5793 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FC;
--steel-blue-100: #E2EDF9;
--steel-blue-200: #C8DDF3;
--steel-blue-300: #9EC3EA;
--steel-blue-400: #6CA4E0;
--steel-blue-500: #428AD7;
--steel-blue-600: #276EB9;
--steel-blue-700: #1F5793;
--steel-blue-800: #163E69;
--steel-blue-900: #0E2843;
--steel-blue-950: #09192A;
}