Steel Blue
#2275BF
BlueColor Codes
All color formats for development
HEX
#2275BFRGB
rgb(34, 117, 191)HSL
hsl(208, 70%, 44%)OKLCH
oklch(0.552 0.138 250.1)CMYK
cmyk(82%, 39%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6AAC
2#1B5E99
3#185286
4#144672
5#113B5F
6#0D2F4C
7#0A2339
8#071726
9#030C13
Tints
Lighter variations
1#2684D7
2#3D92DD
3#55A0E1
4#6DADE5
5#86BBEA
6#9EC9EE
7#B6D6F2
8#CEE4F6
9#E7F1FB
Tones
Muted variations
1#2A75B7
2#3174AF
3#3974A7
4#41739F
5#497397
6#517290
7#597288
8#607180
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 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC7 #9BC7ED | BordersInactive statesPlaceholder text |
| 400 | 67AA #67AAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C92 #3C92DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2275 #2275BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5D #1B5D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1343 #13436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2B #0C2B45 | 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: #C7DFF5;
--steel-blue-300: #9BC7ED;
--steel-blue-400: #67AAE4;
--steel-blue-500: #3C92DD;
--steel-blue-600: #2275BF;
--steel-blue-700: #1B5D98;
--steel-blue-800: #13436C;
--steel-blue-900: #0C2B45;
--steel-blue-950: #081B2B;
}