Steel Blue
#2C8CB5
BlueColor Codes
All color formats for development
HEX
#2C8CB5RGB
rgb(44, 140, 181)HSL
hsl(198, 61%, 44%)OKLCH
oklch(0.603 0.106 231)CMYK
cmyk(76%, 23%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#277EA3
2#237091
3#1F627E
4#1A546C
5#16465A
6#123848
7#0D2A36
8#091C24
9#040E12
Tints
Lighter variations
1#319DCC
2#47A9D2
3#5EB3D8
4#75BEDE
5#8CC9E3
6#A3D4E9
7#BADFEE
8#D1E9F4
9#E8F4F9
Tones
Muted variations
1#3389AE
2#3986A7
3#4083A0
4#478199
5#4E7E92
6#557B8C
7#5C7885
8#63767E
9#697377
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D3 #A1D3E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBC #6FBCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46A8 #46A8D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8C #2C8CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236F #236F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194F #194F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1033 #103342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F2F8;
--steel-blue-200: #CAE6F2;
--steel-blue-300: #A1D3E8;
--steel-blue-400: #6FBCDC;
--steel-blue-500: #46A8D2;
--steel-blue-600: #2C8CB5;
--steel-blue-700: #236F90;
--steel-blue-800: #194F67;
--steel-blue-900: #103342;
--steel-blue-950: #0A2029;
}