Steel Blue
#2F82B1
BlueColor Codes
All color formats for development
HEX
#2F82B1RGB
rgb(47, 130, 177)HSL
hsl(202, 58%, 44%)OKLCH
oklch(0.578 0.107 237.8)CMYK
cmyk(73%, 27%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A75A0
2#26688E
3#215B7C
4#1C4E6A
5#184159
6#133447
7#0E2735
8#091A23
9#050D12
Tints
Lighter variations
1#3592C8
2#4B9ECF
3#61ABD5
4#78B7DB
5#8EC3E1
6#A5CFE7
7#BBDBED
8#D2E7F3
9#E8F3F9
Tones
Muted variations
1#3680AB
2#3C7EA4
3#437C9E
4#497B97
5#507991
6#56778A
7#5D7584
8#63747D
9#6A7277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CD #A2CDE6 | BordersInactive statesPlaceholder text |
| 400 | 72B4 #72B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A9E #4A9ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F82 #2F82B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4A #1B4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F8;
--steel-blue-200: #CBE3F1;
--steel-blue-300: #A2CDE6;
--steel-blue-400: #72B4DA;
--steel-blue-500: #4A9ECF;
--steel-blue-600: #2F82B1;
--steel-blue-700: #25678D;
--steel-blue-800: #1B4A65;
--steel-blue-900: #112F40;
--steel-blue-950: #0B1D28;
}