Steel Blue
#6385B6
BlueColor Codes
All color formats for development
HEX
#6385B6RGB
rgb(99, 133, 182)HSL
hsl(215, 36%, 55%)OKLCH
oklch(0.611 0.084 257.5)CMYK
cmyk(46%, 27%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5177AC
2#486999
3#3F5C86
4#364F72
5#2D425F
6#24354C
7#1B2839
8#121A26
9#090D13
Tints
Lighter variations
1#7392BD
2#829EC4
3#92AACC
4#A1B6D3
5#B1C2DA
6#C1CEE2
7#D0DBE9
8#E0E7F0
9#EFF3F8
Tones
Muted variations
1#6786B1
2#6B87AD
3#6F87A9
4#7388A5
5#7889A1
6#7C899D
7#808A99
8#848B95
9#888C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1D9 | BordersInactive statesPlaceholder text |
| 400 | 86A0 #86A0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6385 #6385B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4869 #486999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3954 #395479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293C #293C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF4;
--steel-blue-200: #D2DCEA;
--steel-blue-300: #AFC1D9;
--steel-blue-400: #86A0C6;
--steel-blue-500: #6385B6;
--steel-blue-600: #486999;
--steel-blue-700: #395479;
--steel-blue-800: #293C57;
--steel-blue-900: #1A2637;
--steel-blue-950: #101823;
}