Steel Blue
#3A77A6
BlueColor Codes
All color formats for development
HEX
#3A77A6RGB
rgb(58, 119, 166)HSL
hsl(206, 48%, 44%)OKLCH
oklch(0.55 0.097 244.2)CMYK
cmyk(65%, 28%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356B95
2#2F6085
3#295474
4#234864
5#1D3C53
6#173042
7#122432
8#0C1821
9#060C11
Tints
Lighter variations
1#4287BB
2#5694C4
3#6BA1CB
4#80AFD2
5#95BCDA
6#AACAE1
7#C0D7E9
8#D5E4F0
9#EAF2F8
Tones
Muted variations
1#4077A1
2#45769B
3#4B7596
4#507591
5#55748B
6#5B7386
7#607280
8#65727B
9#6B7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAB #7BABD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5594 #5594C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A77 #3A77A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF6;
--steel-blue-200: #CEE0EE;
--steel-blue-300: #A8C8E1;
--steel-blue-400: #7BABD1;
--steel-blue-500: #5594C3;
--steel-blue-600: #3A77A6;
--steel-blue-700: #2E5F84;
--steel-blue-800: #21445E;
--steel-blue-900: #152B3C;
--steel-blue-950: #0D1B26;
}