Steel Blue
#2D60B4
BlueColor Codes
All color formats for development
HEX
#2D60B4RGB
rgb(45, 96, 180)HSL
hsl(217, 60%, 44%)OKLCH
oklch(0.5 0.144 259.9)CMYK
cmyk(75%, 47%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2857A2
2#244D90
3#1F447E
4#1B3A6C
5#16305A
6#122748
7#0D1D36
8#091324
9#040A12
Tints
Lighter variations
1#336DCA
2#487DD1
3#5F8DD7
4#769DDD
5#8DAEE2
6#A4BEE8
7#BACEEE
8#D1DEF4
9#E8EFF9
Tones
Muted variations
1#3462AD
2#3A64A6
3#41659F
4#486799
5#4F6892
6#556A8B
7#5C6B84
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 | 7099 #7099DB | Disabled statesSecondary iconsMuted text |
| 500 | 477C #477CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D60 #2D60B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 244D #244D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102341 | 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: #7099DB;
--steel-blue-500: #477CD1;
--steel-blue-600: #2D60B4;
--steel-blue-700: #244D8F;
--steel-blue-800: #1A3766;
--steel-blue-900: #102341;
--steel-blue-950: #0A1629;
}