Steel Blue
#2280BF
BlueColor Codes
All color formats for development
HEX
#2280BFRGB
rgb(34, 128, 191)HSL
hsl(204, 70%, 44%)OKLCH
oklch(0.578 0.128 243.8)CMYK
cmyk(82%, 33%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E73AC
2#1B6699
3#185A86
4#144D72
5#11405F
6#0D334C
7#0A2639
8#071A26
9#030D13
Tints
Lighter variations
1#2690D7
2#3D9DDD
3#55A9E1
4#6DB5E5
5#86C2EA
6#9ECEEE
7#B6DAF2
8#CEE6F6
9#E7F3FB
Tones
Muted variations
1#2A7EB7
2#317DAF
3#397BA7
4#417A9F
5#497897
6#517690
7#597588
8#607380
9#687278
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDED | BordersInactive statesPlaceholder text |
| 400 | 67B2 #67B2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9C #3C9CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2280 #2280BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B66 #1B6698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1349 #13496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E1F0FA;
--steel-blue-200: #C7E2F5;
--steel-blue-300: #9BCDED;
--steel-blue-400: #67B2E4;
--steel-blue-500: #3C9CDD;
--steel-blue-600: #2280BF;
--steel-blue-700: #1B6698;
--steel-blue-800: #13496C;
--steel-blue-900: #0C2F45;
--steel-blue-950: #081D2B;
}