Steel Blue
#636EB6
BlueColor Codes
All color formats for development
HEX
#636EB6RGB
rgb(99, 110, 182)HSL
hsl(232, 36%, 55%)OKLCH
oklch(0.562 0.112 275.6)CMYK
cmyk(46%, 40%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515DAC
2#485399
3#3F4886
4#363E72
5#2D345F
6#24294C
7#1B1F39
8#121526
9#090A13
Tints
Lighter variations
1#737CBD
2#828BC4
3#9299CC
4#A1A8D3
5#B1B6DA
6#C1C5E2
7#D0D3E9
8#E0E2F0
9#EFF0F8
Tones
Muted variations
1#6771B1
2#6B74AD
3#6F77A9
4#737AA5
5#787DA1
6#7C809D
7#808399
8#848695
9#888990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5D9 | BordersInactive statesPlaceholder text |
| 400 | 868E #868EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636E #636EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4853 #485399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3942 #394279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292F #292F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D5EA;
--steel-blue-300: #AFB5D9;
--steel-blue-400: #868EC6;
--steel-blue-500: #636EB6;
--steel-blue-600: #485399;
--steel-blue-700: #394279;
--steel-blue-800: #292F57;
--steel-blue-900: #1A1E37;
--steel-blue-950: #101323;
}