Steel Blue
#1B84C5
BlueColor Codes
All color formats for development
HEX
#1B84C5RGB
rgb(27, 132, 197)HSL
hsl(203, 76%, 44%)OKLCH
oklch(0.589 0.133 242.8)CMYK
cmyk(86%, 33%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1877B2
2#166A9E
3#135C8A
4#104F76
5#0D4263
6#0B354F
7#08283B
8#051A27
9#030D14
Tints
Lighter variations
1#1E95DF
2#36A1E4
3#4FADE7
4#68B9EA
5#81C4EE
6#9AD0F1
7#B4DCF5
8#CDE8F8
9#E6F3FC
Tones
Muted variations
1#2382BD
2#2C80B4
3#357EAC
4#3D7CA3
5#467A9B
6#4E7892
7#57768A
8#5F7481
9#687279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E4 #C5E4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CF #98CFF1 | BordersInactive statesPlaceholder text |
| 400 | 62B6 #62B6EA | Disabled statesSecondary iconsMuted text |
| 500 | 35A1 #35A1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B84 #1B84C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1569 #15699D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F4B #0F4B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A30 #0A3048 | Primary textHigh emphasis contentDark headings |
| 950 | 061E #061E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F0FB;
--steel-blue-200: #C5E4F7;
--steel-blue-300: #98CFF1;
--steel-blue-400: #62B6EA;
--steel-blue-500: #35A1E3;
--steel-blue-600: #1B84C5;
--steel-blue-700: #15699D;
--steel-blue-800: #0F4B70;
--steel-blue-900: #0A3048;
--steel-blue-950: #061E2D;
}