Steel Blue
#2273BF
BlueColor Codes
All color formats for development
HEX
#2273BFRGB
rgb(34, 115, 191)HSL
hsl(209, 70%, 44%)OKLCH
oklch(0.547 0.141 251.1)CMYK
cmyk(82%, 40%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E67AC
2#1B5C99
3#185086
4#144572
5#11395F
6#0D2E4C
7#0A2239
8#071726
9#030B13
Tints
Lighter variations
1#2681D7
2#3D8FDD
3#559DE1
4#6DABE5
5#86B9EA
6#9EC7EE
7#B6D5F2
8#CEE3F6
9#E7F1FB
Tones
Muted variations
1#2A73B7
2#3172AF
3#3972A7
4#41729F
5#497297
6#517190
7#597188
8#607180
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6ED | BordersInactive statesPlaceholder text |
| 400 | 67A8 #67A8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8F #3C8FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2273 #2273BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5B #1B5B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1341 #13416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1EEFA;
--steel-blue-200: #C7DFF5;
--steel-blue-300: #9BC6ED;
--steel-blue-400: #67A8E4;
--steel-blue-500: #3C8FDD;
--steel-blue-600: #2273BF;
--steel-blue-700: #1B5B98;
--steel-blue-800: #13416C;
--steel-blue-900: #0C2A45;
--steel-blue-950: #081A2B;
}