Steel Blue
#2C63B5
BlueColor Codes
All color formats for development
HEX
#2C63B5RGB
rgb(44, 99, 181)HSL
hsl(216, 61%, 44%)OKLCH
oklch(0.507 0.142 258.5)CMYK
cmyk(76%, 45%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2759A3
2#234F91
3#1F457E
4#1A3B6C
5#16315A
6#122748
7#0D1E36
8#091424
9#040A12
Tints
Lighter variations
1#316FCC
2#477FD2
3#5E8FD8
4#759FDE
5#8CAFE3
6#A3BFE9
7#BACFEE
8#D1DFF4
9#E8EFF9
Tones
Muted variations
1#3364AE
2#3965A7
3#4067A0
4#476899
5#4E6992
6#556B8C
7#5C6C85
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 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BD #A1BDE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9B #6F9BDC | Disabled statesSecondary iconsMuted text |
| 500 | 467E #467ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C63 #2C63B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234E #234E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1938 #193867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1024 #102442 | 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: #CADAF2;
--steel-blue-300: #A1BDE8;
--steel-blue-400: #6F9BDC;
--steel-blue-500: #467ED2;
--steel-blue-600: #2C63B5;
--steel-blue-700: #234E90;
--steel-blue-800: #193867;
--steel-blue-900: #102442;
--steel-blue-950: #0A1629;
}