Steel Blue
#595FC0
BlueColor Codes
All color formats for development
HEX
#595FC0RGB
rgb(89, 95, 192)HSL
hsl(237, 45%, 55%)OKLCH
oklch(0.531 0.149 277.4)CMYK
cmyk(54%, 51%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#454BB7
2#3E43A3
3#363A8E
4#2E327A
5#272A66
6#1F2151
7#17193D
8#0F1129
9#080814
Tints
Lighter variations
1#696EC6
2#7A7ECD
3#8B8ED3
4#9B9ED9
5#ACAEDF
6#BCBFE6
7#CDCFEC
8#DEDFF2
9#EEEFF9
Tones
Muted variations
1#5E62BB
2#6367B6
3#686CB0
4#6D70AB
5#7275A6
6#787AA1
7#7D7E9C
8#828397
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E82 #7E82CE | Disabled statesSecondary iconsMuted text |
| 500 | 595E #595EC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E43 #3E43A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3135 #313581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2326 #23265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #CFD0ED;
--steel-blue-300: #AAADDF;
--steel-blue-400: #7E82CE;
--steel-blue-500: #595EC0;
--steel-blue-600: #3E43A3;
--steel-blue-700: #313581;
--steel-blue-800: #23265C;
--steel-blue-900: #16183B;
--steel-blue-950: #0E0F25;
}