Steel Blue
#5583C3
BlueColor Codes
All color formats for development
HEX
#5583C3RGB
rgb(85, 131, 195)HSL
hsl(215, 48%, 55%)OKLCH
oklch(0.605 0.11 256.9)CMYK
cmyk(56%, 33%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4274BB
2#3A67A6
3#335A91
4#2C4D7D
5#244168
6#1D3453
7#16273E
8#0F1A2A
9#070D15
Tints
Lighter variations
1#668FC9
2#779CCF
3#88A8D5
4#99B5DB
5#AAC1E1
6#BBCDE7
7#CCDAED
8#DDE6F3
9#EEF3F9
Tones
Muted variations
1#5B84BE
2#6085B8
3#6686B3
4#6B87AD
5#7188A8
6#7689A2
7#7C899D
8#818A97
9#878B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7B9F #7B9FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5583 #5583C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A67 #3A67A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5284 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF6;
--steel-blue-200: #CEDBEE;
--steel-blue-300: #A8C0E1;
--steel-blue-400: #7B9FD1;
--steel-blue-500: #5583C3;
--steel-blue-600: #3A67A6;
--steel-blue-700: #2E5284;
--steel-blue-800: #213B5E;
--steel-blue-900: #15263C;
--steel-blue-950: #0D1726;
}