Steel Blue
#6395B6
BlueColor Codes
All color formats for development
HEX
#6395B6RGB
rgb(99, 149, 182)HSL
hsl(204, 36%, 55%)OKLCH
oklch(0.647 0.073 238.3)CMYK
cmyk(46%, 18%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5187AC
2#487899
3#3F6986
4#365A72
5#2D4B5F
6#243C4C
7#1B2D39
8#121E26
9#090F13
Tints
Lighter variations
1#739FBD
2#82AAC4
3#92B4CC
4#A1BFD3
5#B1CADA
6#C1D4E2
7#D0DFE9
8#E0EAF0
9#EFF4F8
Tones
Muted variations
1#6794B1
2#6B93AD
3#6F92A9
4#7391A5
5#7890A1
6#7C909D
7#808F99
8#848E95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9D9 | BordersInactive statesPlaceholder text |
| 400 | 86AC #86ACC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6395 #6395B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4878 #487899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3960 #396079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2944 #294457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C37 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2E0EA;
--steel-blue-300: #AFC9D9;
--steel-blue-400: #86ACC6;
--steel-blue-500: #6395B6;
--steel-blue-600: #487899;
--steel-blue-700: #396079;
--steel-blue-800: #294457;
--steel-blue-900: #1A2C37;
--steel-blue-950: #101B23;
}