Steel Blue
#2886B8
BlueColor Codes
All color formats for development
HEX
#2886B8RGB
rgb(40, 134, 184)HSL
hsl(201, 64%, 44%)OKLCH
oklch(0.589 0.114 237.2)CMYK
cmyk(78%, 27%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2478A6
2#206B93
3#1C5E81
4#18506E
5#14435C
6#10354A
7#0C2837
8#081B25
9#040D12
Tints
Lighter variations
1#2E97CF
2#44A3D6
3#5BAEDB
4#72BAE0
5#8AC5E5
6#A1D1EA
7#B9DCF0
8#D0E8F5
9#E8F3FA
Tones
Muted variations
1#3084B1
2#3781AA
3#3E7FA2
4#457D9B
5#4C7B94
6#53798D
7#5B7786
8#62757F
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD0 #9FD0EA | BordersInactive statesPlaceholder text |
| 400 | 6DB7 #6DB7DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A2 #43A2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2886 #2886B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206A #206A92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174C #174C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FC;
--steel-blue-100: #E2F1F9;
--steel-blue-200: #C9E4F3;
--steel-blue-300: #9FD0EA;
--steel-blue-400: #6DB7DF;
--steel-blue-500: #43A2D6;
--steel-blue-600: #2886B8;
--steel-blue-700: #206A92;
--steel-blue-800: #174C69;
--steel-blue-900: #0F3143;
--steel-blue-950: #091E2A;
}