Steel Blue
#2C59B5
BlueColor Codes
All color formats for development
HEX
#2C59B5RGB
rgb(44, 89, 181)HSL
hsl(220, 61%, 44%)OKLCH
oklch(0.485 0.155 262.5)CMYK
cmyk(76%, 51%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2750A3
2#234891
3#1F3F7E
4#1A366C
5#162D5A
6#122448
7#0D1B36
8#091224
9#040912
Tints
Lighter variations
1#3165CC
2#4776D2
3#5E87D8
4#7598DE
5#8CA9E3
6#A3BAE9
7#BACBEE
8#D1DDF4
9#E8EEF9
Tones
Muted variations
1#335CAE
2#395EA7
3#4060A0
4#476399
5#4E6592
6#55678C
7#5C6985
8#636C7E
9#696E77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B8 #A1B8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F94 #6F94DC | Disabled statesSecondary iconsMuted text |
| 500 | 4675 #4675D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C59 #2C59B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2347 #234790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1933 #193367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EAF8;
--steel-blue-200: #CAD7F2;
--steel-blue-300: #A1B8E8;
--steel-blue-400: #6F94DC;
--steel-blue-500: #4675D2;
--steel-blue-600: #2C59B5;
--steel-blue-700: #234790;
--steel-blue-800: #193367;
--steel-blue-900: #102142;
--steel-blue-950: #0A1429;
}