Steel Blue
#519AC8
BlueColor Codes
All color formats for development
HEX
#519AC8RGB
rgb(81, 154, 200)HSL
hsl(203, 52%, 55%)OKLCH
oklch(0.658 0.1 238.5)CMYK
cmyk(60%, 23%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D8EC0
2#367EAB
3#2F6E95
4#285E80
5#224F6B
6#1B3F55
7#142F40
8#0D1F2B
9#071015
Tints
Lighter variations
1#62A4CD
2#73AED3
3#85B8D8
4#96C3DE
5#A8CDE3
6#B9D7E9
7#CBE1EE
8#DCEBF4
9#EEF5F9
Tones
Muted variations
1#5799C2
2#5D97BC
3#6296B6
4#6895B0
5#6E93AA
6#7492A4
7#7A909E
8#808F98
9#868E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CB #A6CBE3 | BordersInactive statesPlaceholder text |
| 400 | 77B1 #77B1D4 | Disabled statesSecondary iconsMuted text |
| 500 | 519A #519AC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367E #367EAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B64 #2B6488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F47 #1F4761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EFF6;
--steel-blue-200: #CDE2EF;
--steel-blue-300: #A6CBE3;
--steel-blue-400: #77B1D4;
--steel-blue-500: #519AC8;
--steel-blue-600: #367EAB;
--steel-blue-700: #2B6488;
--steel-blue-800: #1F4761;
--steel-blue-900: #142E3E;
--steel-blue-950: #0C1D27;
}