Steel Blue
#2C85B5
BlueColor Codes
All color formats for development
HEX
#2C85B5RGB
rgb(44, 133, 181)HSL
hsl(201, 61%, 44%)OKLCH
oklch(0.587 0.11 237)CMYK
cmyk(76%, 27%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2777A3
2#236A91
3#1F5D7E
4#1A506C
5#16425A
6#123548
7#0D2836
8#091B24
9#040D12
Tints
Lighter variations
1#3196CC
2#47A2D2
3#5EADD8
4#75B9DE
5#8CC5E3
6#A3D0E9
7#BADCEE
8#D1E8F4
9#E8F3F9
Tones
Muted variations
1#3383AE
2#3981A7
3#407FA0
4#477D99
5#4E7A92
6#55788C
7#5C7685
8#63747E
9#697277
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CF #A1CFE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB6 #6FB6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A1 #46A1D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C85 #2C85B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236A #236A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194B #194B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1030 #103042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E2F0F8;
--steel-blue-200: #CAE4F2;
--steel-blue-300: #A1CFE8;
--steel-blue-400: #6FB6DC;
--steel-blue-500: #46A1D2;
--steel-blue-600: #2C85B5;
--steel-blue-700: #236A90;
--steel-blue-800: #194B67;
--steel-blue-900: #103042;
--steel-blue-950: #0A1E29;
}