Steel Blue
#2A85B7
BlueColor Codes
All color formats for development
HEX
#2A85B7RGB
rgb(42, 133, 183)HSL
hsl(201, 63%, 44%)OKLCH
oklch(0.587 0.113 237.7)CMYK
cmyk(77%, 27%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2578A5
2#216B92
3#1D5D80
4#19506E
5#15435B
6#113549
7#0C2837
8#081B25
9#040D12
Tints
Lighter variations
1#2F96CE
2#45A2D5
3#5CAEDA
4#73BADF
5#8BC5E5
6#A2D1EA
7#B9DCEF
8#D0E8F4
9#E8F3FA
Tones
Muted variations
1#3183B0
2#3881A9
3#3F7FA2
4#467D9B
5#4D7B94
6#54798C
7#5B7785
8#62747E
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 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCF #9FCFE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB7 #6EB7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A2 #44A2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A85 #2A85B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216A #216A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184C #184C68 | 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: #F3F9FC;
--steel-blue-100: #E2F1F8;
--steel-blue-200: #C9E4F3;
--steel-blue-300: #9FCFE9;
--steel-blue-400: #6EB7DE;
--steel-blue-500: #44A2D5;
--steel-blue-600: #2A85B7;
--steel-blue-700: #216A91;
--steel-blue-800: #184C68;
--steel-blue-900: #0F3143;
--steel-blue-950: #091E2A;
}