Steel Blue
#2278BF
BlueColor Codes
All color formats for development
HEX
#2278BFRGB
rgb(34, 120, 191)HSL
hsl(207, 70%, 44%)OKLCH
oklch(0.559 0.135 248.5)CMYK
cmyk(82%, 37%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6CAC
2#1B6099
3#185486
4#144872
5#113C5F
6#0D304C
7#0A2439
8#071826
9#030C13
Tints
Lighter variations
1#2687D7
2#3D95DD
3#55A2E1
4#6DAFE5
5#86BDEA
6#9ECAEE
7#B6D7F2
8#CEE4F6
9#E7F2FB
Tones
Muted variations
1#2A77B7
2#3176AF
3#3976A7
4#41759F
5#497497
6#517390
7#597388
8#607280
9#687178
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 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC8 #9BC8ED | BordersInactive statesPlaceholder text |
| 400 | 67AC #67ACE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C94 #3C94DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2278 #2278BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5F #1B5F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1344 #13446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2C #0C2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | 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: #C7E0F5;
--steel-blue-300: #9BC8ED;
--steel-blue-400: #67ACE4;
--steel-blue-500: #3C94DD;
--steel-blue-600: #2278BF;
--steel-blue-700: #1B5F98;
--steel-blue-800: #13446C;
--steel-blue-900: #0C2C45;
--steel-blue-950: #081B2B;
}