Steel Blue
#5180C8
BlueColor Codes
All color formats for development
HEX
#5180C8RGB
rgb(81, 128, 200)HSL
hsl(216, 52%, 55%)OKLCH
oklch(0.599 0.122 258.7)CMYK
cmyk(60%, 36%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D71C0
2#3665AB
3#2F5895
4#284B80
5#223F6B
6#1B3255
7#142640
8#0D192B
9#070D15
Tints
Lighter variations
1#628DCD
2#739AD3
3#85A6D8
4#96B3DE
5#A8C0E3
6#B9CCE9
7#CBD9EE
8#DCE6F4
9#EEF2F9
Tones
Muted variations
1#5782C2
2#5D83BC
3#6284B6
4#6885B0
5#6E86AA
6#7487A4
7#7A899E
8#808A98
9#868B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BE #A6BEE3 | BordersInactive statesPlaceholder text |
| 400 | 779C #779CD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5180 #5180C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3665 #3665AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B50 #2B5088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F39 #1F3961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CDDAEF;
--steel-blue-300: #A6BEE3;
--steel-blue-400: #779CD4;
--steel-blue-500: #5180C8;
--steel-blue-600: #3665AB;
--steel-blue-700: #2B5088;
--steel-blue-800: #1F3961;
--steel-blue-900: #14253E;
--steel-blue-950: #0C1727;
}