Steel Blue
#1B76C5
BlueColor Codes
All color formats for development
HEX
#1B76C5RGB
rgb(27, 118, 197)HSL
hsl(208, 76%, 44%)OKLCH
oklch(0.556 0.147 250.4)CMYK
cmyk(86%, 40%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186AB2
2#165E9E
3#13538A
4#104776
5#0D3B63
6#0B2F4F
7#08233B
8#051827
9#030C14
Tints
Lighter variations
1#1E85DF
2#3693E4
3#4FA0E7
4#68AEEA
5#81BBEE
6#9AC9F1
7#B4D6F5
8#CDE4F8
9#E6F1FC
Tones
Muted variations
1#2375BD
2#2C75B4
3#3574AC
4#3D74A3
5#46739B
6#4E7292
7#57728A
8#5F7181
9#687179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E0 #C5E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C7 #98C7F1 | BordersInactive statesPlaceholder text |
| 400 | 62AA #62AAEA | Disabled statesSecondary iconsMuted text |
| 500 | 3592 #3592E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B76 #1B76C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 155E #155E9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F43 #0F4370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2B #0A2B48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0EEFB;
--steel-blue-200: #C5E0F7;
--steel-blue-300: #98C7F1;
--steel-blue-400: #62AAEA;
--steel-blue-500: #3592E3;
--steel-blue-600: #1B76C5;
--steel-blue-700: #155E9D;
--steel-blue-800: #0F4370;
--steel-blue-900: #0A2B48;
--steel-blue-950: #061B2D;
}