Steel Blue
#2690BA
BlueColor Codes
All color formats for development
HEX
#2690BARGB
rgb(38, 144, 186)HSL
hsl(197, 66%, 44%)OKLCH
oklch(0.614 0.111 230)CMYK
cmyk(80%, 23%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2282A8
2#1F7395
3#1B6582
4#175770
5#13485D
6#0F3A4B
7#0B2B38
8#081D25
9#040E13
Tints
Lighter variations
1#2BA3D2
2#41ADD8
3#59B8DD
4#71C2E2
5#88CCE7
6#A0D6EC
7#B8E0F0
8#D0EBF5
9#E7F5FA
Tones
Muted variations
1#2E8DB3
2#358AAB
3#3C87A4
4#44839D
5#4B8095
6#537D8E
7#5A7A86
8#61777F
9#697378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED5 #9ED5EB | BordersInactive statesPlaceholder text |
| 400 | 6BBF #6BBFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AD #41ADD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2690 #2690BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E73 #1E7394 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1652 #16526A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | 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: #F2FAFC;
--steel-blue-100: #E1F2F9;
--steel-blue-200: #C8E7F4;
--steel-blue-300: #9ED5EB;
--steel-blue-400: #6BBFE1;
--steel-blue-500: #41ADD8;
--steel-blue-600: #2690BA;
--steel-blue-700: #1E7394;
--steel-blue-800: #16526A;
--steel-blue-900: #0E3444;
--steel-blue-950: #09212A;
}