Steel Blue
#2C89B5
BlueColor Codes
All color formats for development
HEX
#2C89B5RGB
rgb(44, 137, 181)HSL
hsl(199, 61%, 44%)OKLCH
oklch(0.596 0.108 233.6)CMYK
cmyk(76%, 24%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#277CA3
2#236E91
3#1F607E
4#1A526C
5#16455A
6#123748
7#0D2936
8#091B24
9#040E12
Tints
Lighter variations
1#319BCC
2#47A6D2
3#5EB1D8
4#75BCDE
5#8CC8E3
6#A3D3E9
7#BADEEE
8#D1E9F4
9#E8F4F9
Tones
Muted variations
1#3387AE
2#3984A7
3#4082A0
4#477F99
5#4E7D92
6#557A8C
7#5C7885
8#63757E
9#697377
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 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | 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: #CAE5F2;
--steel-blue-300: #A1D1E8;
--steel-blue-400: #6FBADC;
--steel-blue-500: #46A6D2;
--steel-blue-600: #2C89B5;
--steel-blue-700: #236D90;
--steel-blue-800: #194E67;
--steel-blue-900: #103242;
--steel-blue-950: #0A1F29;
}