Steel Blue
#2A91B7
BlueColor Codes
All color formats for development
HEX
#2A91B7RGB
rgb(42, 145, 183)HSL
hsl(196, 63%, 44%)OKLCH
oklch(0.616 0.107 227.7)CMYK
cmyk(77%, 21%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2583A5
2#217492
3#1D6680
4#19576E
5#15495B
6#113A49
7#0C2C37
8#081D25
9#040F12
Tints
Lighter variations
1#2FA4CE
2#45AED5
3#5CB8DA
4#73C3DF
5#8BCDE5
6#A2D7EA
7#B9E1EF
8#D0EBF4
9#E8F5FA
Tones
Muted variations
1#318EB0
2#388BA9
3#3F87A2
4#46849B
5#4D8194
6#547D8C
7#5B7A85
8#62777E
9#697377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC0 #6EC0DE | Disabled statesSecondary iconsMuted text |
| 500 | 44AE #44AED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A91 #2A91B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2173 #217391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1852 #185268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3FAFC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #C9E8F3;
--steel-blue-300: #9FD6E9;
--steel-blue-400: #6EC0DE;
--steel-blue-500: #44AED5;
--steel-blue-600: #2A91B7;
--steel-blue-700: #217391;
--steel-blue-800: #185268;
--steel-blue-900: #0F3543;
--steel-blue-950: #09212A;
}