Steel Blue
#2C5EB5
BlueColor Codes
All color formats for development
HEX
#2C5EB5RGB
rgb(44, 94, 181)HSL
hsl(218, 61%, 44%)OKLCH
oklch(0.496 0.148 260.6)CMYK
cmyk(76%, 48%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2755A3
2#234B91
3#1F427E
4#1A386C
5#162F5A
6#122648
7#0D1C36
8#091324
9#040912
Tints
Lighter variations
1#316ACC
2#477AD2
3#5E8BD8
4#759BDE
5#8CACE3
6#A3BDE9
7#BACDEE
8#D1DEF4
9#E8EEF9
Tones
Muted variations
1#3360AE
2#3962A7
3#4063A0
4#476599
5#4E6792
6#55698C
7#5C6B85
8#636D7E
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 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BB #A1BBE8 | BordersInactive statesPlaceholder text |
| 400 | 6F97 #6F97DC | Disabled statesSecondary iconsMuted text |
| 500 | 467A #467AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5E #2C5EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234B #234B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1935 #193567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1022 #102242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | 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: #CAD8F2;
--steel-blue-300: #A1BBE8;
--steel-blue-400: #6F97DC;
--steel-blue-500: #467AD2;
--steel-blue-600: #2C5EB5;
--steel-blue-700: #234B90;
--steel-blue-800: #193567;
--steel-blue-900: #102242;
--steel-blue-950: #0A1529;
}