Steel Blue
#3568AC
BlueColor Codes
All color formats for development
HEX
#3568ACRGB
rgb(53, 104, 172)HSL
hsl(214, 53%, 44%)OKLCH
oklch(0.516 0.121 256.4)CMYK
cmyk(69%, 40%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5E9A
2#2A5389
3#254978
4#203F67
5#1A3456
6#152A45
7#101F33
8#0B1522
9#050A11
Tints
Lighter variations
1#3B76C2
2#5085C9
3#6694D0
4#7CA3D7
5#92B3DD
6#A8C2E4
7#BDD1EB
8#D3E0F2
9#E9F0F8
Tones
Muted variations
1#3B69A6
2#416AA0
3#476B9A
4#4D6B94
5#526C8E
6#586D88
7#5E6E82
8#646F7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDC #CCDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C0 #A5C0E3 | BordersInactive statesPlaceholder text |
| 400 | 769F #769FD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F84 #4F84C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3568 #3568AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A53 #2A5389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3B #1E3B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1326 #13263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF7;
--steel-blue-200: #CCDCEF;
--steel-blue-300: #A5C0E3;
--steel-blue-400: #769FD5;
--steel-blue-500: #4F84C9;
--steel-blue-600: #3568AC;
--steel-blue-700: #2A5389;
--steel-blue-800: #1E3B62;
--steel-blue-900: #13263E;
--steel-blue-950: #0C1827;
}