Steel Blue
#6287B7
BlueColor Codes
All color formats for development
HEX
#6287B7RGB
rgb(98, 135, 183)HSL
hsl(214, 37%, 55%)OKLCH
oklch(0.615 0.084 255.3)CMYK
cmyk(46%, 26%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5078AD
2#476B9A
3#3E5D86
4#355073
5#2C4360
6#23354D
7#1B283A
8#121B26
9#090D13
Tints
Lighter variations
1#7293BE
2#819FC5
3#91ABCC
4#A1B7D4
5#B0C3DB
6#C0CFE2
7#D0DBE9
8#E0E7F1
9#EFF3F8
Tones
Muted variations
1#6687B2
2#6A88AE
3#6F88AA
4#7389A6
5#7789A1
6#7B8A9D
7#808B99
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 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A1 #85A1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6287 #6287B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476B #476B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3855 #38557A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283D #283D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2738 | 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: #AFC1DA;
--steel-blue-400: #85A1C7;
--steel-blue-500: #6287B7;
--steel-blue-600: #476B9A;
--steel-blue-700: #38557A;
--steel-blue-800: #283D57;
--steel-blue-900: #1A2738;
--steel-blue-950: #101823;
}