Steel Blue
#636DB6
BlueColor Codes
All color formats for development
HEX
#636DB6RGB
rgb(99, 109, 182)HSL
hsl(233, 36%, 55%)OKLCH
oklch(0.56 0.113 276.2)CMYK
cmyk(46%, 40%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515BAC
2#485199
3#3F4786
4#363D72
5#2D335F
6#24294C
7#1B1E39
8#121426
9#090A13
Tints
Lighter variations
1#737BBD
2#828AC4
3#9299CC
4#A1A7D3
5#B1B6DA
6#C1C4E2
7#D0D3E9
8#E0E2F0
9#EFF0F8
Tones
Muted variations
1#6770B1
2#6B73AD
3#6F76A9
4#7379A5
5#787CA1
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 | AFB4 #AFB4D9 | BordersInactive statesPlaceholder text |
| 400 | 868D #868DC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636D #636DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4851 #485199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3941 #394179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292E #292E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | 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: #AFB4D9;
--steel-blue-400: #868DC6;
--steel-blue-500: #636DB6;
--steel-blue-600: #485199;
--steel-blue-700: #394179;
--steel-blue-800: #292E57;
--steel-blue-900: #1A1E37;
--steel-blue-950: #101223;
}