Steel Blue
#2C60B5
BlueColor Codes
All color formats for development
HEX
#2C60B5RGB
rgb(44, 96, 181)HSL
hsl(217, 61%, 44%)OKLCH
oklch(0.501 0.146 259.8)CMYK
cmyk(76%, 47%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2757A3
2#234D91
3#1F437E
4#1A3A6C
5#16305A
6#122648
7#0D1D36
8#091324
9#040A12
Tints
Lighter variations
1#316CCC
2#477CD2
3#5E8DD8
4#759DDE
5#8CADE3
6#A3BEE9
7#BACEEE
8#D1DEF4
9#E8EFF9
Tones
Muted variations
1#3362AE
2#3963A7
3#4065A0
4#476799
5#4E6892
6#556A8C
7#5C6B85
8#636D7E
9#696F77
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 6F99 #6F99DC | Disabled statesSecondary iconsMuted text |
| 500 | 467C #467CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C60 #2C60B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234D #234D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1937 #193767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2EBF8;
--steel-blue-200: #CAD9F2;
--steel-blue-300: #A1BCE8;
--steel-blue-400: #6F99DC;
--steel-blue-500: #467CD2;
--steel-blue-600: #2C60B5;
--steel-blue-700: #234D90;
--steel-blue-800: #193767;
--steel-blue-900: #102342;
--steel-blue-950: #0A1629;
}