Steel Blue
#2C8EB5
BlueColor Codes
All color formats for development
HEX
#2C8EB5RGB
rgb(44, 142, 181)HSL
hsl(197, 61%, 44%)OKLCH
oklch(0.608 0.105 229.3)CMYK
cmyk(76%, 22%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2780A3
2#237191
3#1F637E
4#1A556C
5#16475A
6#123948
7#0D2B36
8#091C24
9#040E12
Tints
Lighter variations
1#31A0CC
2#47ABD2
3#5EB5D8
4#75C0DE
5#8CCAE3
6#A3D5E9
7#BADFEE
8#D1EAF4
9#E8F4F9
Tones
Muted variations
1#338BAE
2#3988A7
3#4085A0
4#478299
5#4E7F92
6#557C8C
7#5C7985
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 | CAE7 #CAE7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D4 #A1D4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBD #6FBDDC | Disabled statesSecondary iconsMuted text |
| 500 | 46AB #46ABD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C8E #2C8EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2371 #237190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1951 #195167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1034 #103442 | 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: #CAE7F2;
--steel-blue-300: #A1D4E8;
--steel-blue-400: #6FBDDC;
--steel-blue-500: #46ABD2;
--steel-blue-600: #2C8EB5;
--steel-blue-700: #237190;
--steel-blue-800: #195167;
--steel-blue-900: #103442;
--steel-blue-950: #0A2029;
}