Steel Blue
#187FC9
BlueColor Codes
All color formats for development
HEX
#187FC9RGB
rgb(24, 127, 201)HSL
hsl(205, 79%, 44%)OKLCH
oklch(0.579 0.143 246.8)CMYK
cmyk(88%, 37%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1572B5
2#1366A1
3#10598D
4#0E4C79
5#0C3F64
6#093350
7#07263C
8#051928
9#020D14
Tints
Lighter variations
1#1B8FE2
2#339CE7
3#4CA8EA
4#66B5ED
5#7FC1F0
6#99CDF3
7#B2DAF6
8#CCE6F9
9#E5F3FC
Tones
Muted variations
1#207DC0
2#297CB7
3#327BAE
4#3B79A5
5#44789D
6#4D7694
7#56758B
8#5E7382
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CC #96CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB2 #5FB2EC | Disabled statesSecondary iconsMuted text |
| 500 | 329B #329BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187F #187FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1365 #1365A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F8FD;
--steel-blue-100: #DFF0FB;
--steel-blue-200: #C4E2F8;
--steel-blue-300: #96CCF3;
--steel-blue-400: #5FB2EC;
--steel-blue-500: #329BE7;
--steel-blue-600: #187FC9;
--steel-blue-700: #1365A0;
--steel-blue-800: #0D4872;
--steel-blue-900: #092E49;
--steel-blue-950: #051D2E;
}