Steel Blue
#2D87B4
BlueColor Codes
All color formats for development
HEX
#2D87B4RGB
rgb(45, 135, 180)HSL
hsl(200, 60%, 44%)OKLCH
oklch(0.591 0.107 234.9)CMYK
cmyk(75%, 25%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2879A2
2#246C90
3#1F5E7E
4#1B516C
5#16435A
6#123648
7#0D2836
8#091B24
9#040D12
Tints
Lighter variations
1#3398CA
2#48A4D1
3#5FAFD7
4#76BADD
5#8DC6E2
6#A4D1E8
7#BADDEE
8#D1E8F4
9#E8F4F9
Tones
Muted variations
1#3484AD
2#3A82A6
3#41809F
4#487E99
5#4F7B92
6#55798B
7#5C7784
8#63757E
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 70B8 #70B8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47A3 #47A3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D87 #2D87B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 246B #246B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4C #1A4C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F1F8;
--steel-blue-200: #CAE4F2;
--steel-blue-300: #A1D0E8;
--steel-blue-400: #70B8DB;
--steel-blue-500: #47A3D1;
--steel-blue-600: #2D87B4;
--steel-blue-700: #246B8F;
--steel-blue-800: #1A4C66;
--steel-blue-900: #103141;
--steel-blue-950: #0A1F29;
}