Steel Blue
#2C67B5
BlueColor Codes
All color formats for development
HEX
#2C67B5RGB
rgb(44, 103, 181)HSL
hsl(214, 61%, 44%)OKLCH
oklch(0.516 0.138 256.6)CMYK
cmyk(76%, 43%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275DA3
2#235291
3#1F487E
4#1A3E6C
5#16345A
6#122948
7#0D1F36
8#091524
9#040A12
Tints
Lighter variations
1#3174CC
2#4783D2
3#5E93D8
4#75A2DE
5#8CB2E3
6#A3C1E9
7#BAD1EE
8#D1E0F4
9#E8F0F9
Tones
Muted variations
1#3368AE
2#3969A7
3#406AA0
4#476B99
5#4E6C92
6#556D8C
7#5C6D85
8#636E7E
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F9E #6F9EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4683 #4683D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C67 #2C67B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2352 #235290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193B #193B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADBF2;
--steel-blue-300: #A1C0E8;
--steel-blue-400: #6F9EDC;
--steel-blue-500: #4683D2;
--steel-blue-600: #2C67B5;
--steel-blue-700: #235290;
--steel-blue-800: #193B67;
--steel-blue-900: #102542;
--steel-blue-950: #0A1729;
}