Steel Blue
#5182C8
BlueColor Codes
All color formats for development
HEX
#5182C8RGB
rgb(81, 130, 200)HSL
hsl(215, 52%, 55%)OKLCH
oklch(0.604 0.12 257.4)CMYK
cmyk(60%, 35%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D73C0
2#3666AB
3#2F5A95
4#284D80
5#22406B
6#1B3355
7#142640
8#0D1A2B
9#070D15
Tints
Lighter variations
1#628FCD
2#739BD3
3#85A8D8
4#96B4DE
5#A8C1E3
6#B9CDE9
7#CBDAEE
8#DCE6F4
9#EEF3F9
Tones
Muted variations
1#5783C2
2#5D84BC
3#6285B6
4#6886B0
5#6E87AA
6#7488A4
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BF #A6BFE3 | BordersInactive statesPlaceholder text |
| 400 | 779E #779ED4 | Disabled statesSecondary iconsMuted text |
| 500 | 5182 #5182C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3666 #3666AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B52 #2B5288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3A #1F3A61 | 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: #E4ECF6;
--steel-blue-200: #CDDBEF;
--steel-blue-300: #A6BFE3;
--steel-blue-400: #779ED4;
--steel-blue-500: #5182C8;
--steel-blue-600: #3666AB;
--steel-blue-700: #2B5288;
--steel-blue-800: #1F3A61;
--steel-blue-900: #14253E;
--steel-blue-950: #0C1727;
}